Searched refs:BTN_THUMBL (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | hid-icade.c | 154 [18] = { BTN_THUMBL, 1 }, 155 [10] = { BTN_THUMBL, 0 },
|
D | hid-sony.c | 250 [0x02] = BTN_THUMBL, /* L3 */ 360 [0x02] = BTN_THUMBL, /* L3 */ 387 [0x02] = BTN_THUMBL, /* L3 */ 425 [0xb] = BTN_THUMBL, /* L3 */ 978 input_report_key(input_dev, BTN_THUMBL, rd[offset+5] & 0x40); in dualshock4_parse_report()
|
D | hid-steam.c | 465 input_set_capability(input, EV_KEY, BTN_THUMBL); in steam_register() 941 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_input_event()
|
D | hid-debug.c | 879 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
|
D | hid-wiimote-modules.c | 1603 BTN_THUMBL, /* WIIMOD_PRO_KEY_THUMBL */
|
/Linux-v4.19/drivers/input/joystick/ |
D | psxpad-spi.c | 247 input_report_key(input, BTN_THUMBL, b_rsp3 & BIT(6)); in psxpad_spi_poll() 274 input_report_key(input, BTN_THUMBL, false); in psxpad_spi_poll() 337 input_set_capability(idev, EV_KEY, BTN_THUMBL); in psxpad_spi_probe()
|
D | xpad.c | 341 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 652 input_report_key(dev, BTN_THUMBL, data[2] & 0x40); in xpad_process_packet() 713 input_report_key(dev, BTN_THUMBL, data[2] & 0x40); in xpad360_process_packet() 876 input_report_key(dev, BTN_THUMBL, data[5] & 0x40); in xpadone_process_packet()
|
D | gamecon.c | 553 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR 651 input_report_key(dev, BTN_THUMBL, ~data[0] & 0x04); in gc_psx_report_one()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 397 #define BTN_THUMBL 0x13d macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 397 #define BTN_THUMBL 0x13d macro
|
/Linux-v4.19/Documentation/input/ |
D | gamepad.rst | 153 BTN_THUMBL (first/left) and BTN_THUMBR (second/right).
|