Home
last modified time | relevance | path

Searched refs:BTN_THUMBL (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/hid/
A Dhid-icade.c151 [18] = { BTN_THUMBL, 1 },
152 [10] = { BTN_THUMBL, 0 },
A Dhid-steam.c434 input_set_capability(input, EV_KEY, BTN_THUMBL); in steam_input_register()
975 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_input_event()
A Dhid-sony.c276 [0x02] = BTN_THUMBL, /* L3 */
386 [0x02] = BTN_THUMBL, /* L3 */
413 [0x02] = BTN_THUMBL, /* L3 */
451 [0xb] = BTN_THUMBL, /* L3 */
1095 input_report_key(input_dev, BTN_THUMBL, rd[offset+5] & 0x40); in dualshock4_parse_report()
A Dhid-playstation.c292 BTN_THUMBL, /* L3 */
1070 input_report_key(ds->gamepad, BTN_THUMBL, ds_report->buttons[1] & DS_BUTTONS1_L3); in dualsense_parse_report()
A Dhid-debug.c864 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
A Dhid-nintendo.c1291 input_report_key(dev, BTN_THUMBL, btns & JC_BTN_LSTICK); in joycon_parse_report()
1574 BTN_SELECT, BTN_Z, BTN_THUMBL,
A Dhid-wiimote-modules.c1619 BTN_THUMBL, /* WIIMOD_PRO_KEY_THUMBL */
/linux/drivers/input/joystick/
A Dqwiic-joystick.c58 input_report_key(input, BTN_THUMBL, !data.thumb); in qwiic_poll()
100 input_set_capability(priv->dev, EV_KEY, BTN_THUMBL); in qwiic_probe()
A Dpsxpad-spi.c245 input_report_key(input, BTN_THUMBL, b_rsp3 & BIT(6)); in psxpad_spi_poll()
272 input_report_key(input, BTN_THUMBL, false); in psxpad_spi_poll()
329 input_set_capability(idev, EV_KEY, BTN_THUMBL); in psxpad_spi_probe()
A Dxpad.c346 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
673 input_report_key(dev, BTN_THUMBL, data[2] & 0x40); in xpad_process_packet()
734 input_report_key(dev, BTN_THUMBL, data[2] & 0x40); in xpad360_process_packet()
899 input_report_key(dev, BTN_THUMBL, data[5] & 0x40); in xpadone_process_packet()
A Dgamecon.c541 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR
639 input_report_key(dev, BTN_THUMBL, ~data[0] & 0x04); in gc_psx_report_one()
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h397 #define BTN_THUMBL 0x13d macro
/linux/include/uapi/linux/
A Dinput-event-codes.h397 #define BTN_THUMBL 0x13d macro
/linux/Documentation/input/
A Dgamepad.rst153 BTN_THUMBL (first/left) and BTN_THUMBR (second/right).

Completed in 63 milliseconds