/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-icade.c | 79 * { KEY_L, "BTN_THUMBR", 1 }, 80 * { KEY_V, "BTN_THUMBR", 0 }, 153 [15] = { BTN_THUMBR, 1 }, 154 [25] = { BTN_THUMBR, 0 },
|
H A D | hid-steam.c | 443 input_set_capability(input, EV_KEY, BTN_THUMBR); in steam_input_register() 919 * 10.2 | BTN_THUMBR | right-pad clicked 984 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2))); in steam_do_input_event()
|
H A D | hid-sony.c | 249 [0x03] = BTN_THUMBR, /* R3 */ 386 [0x03] = BTN_THUMBR, /* R3 */ 424 [0xc] = BTN_THUMBR, /* R3 */ 998 input_report_key(input_dev, BTN_THUMBR, rd[offset+5] & 0x80); in dualshock4_parse_report()
|
H A D | hid-debug.c | 864 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-icade.c | 79 * { KEY_L, "BTN_THUMBR", 1 }, 80 * { KEY_V, "BTN_THUMBR", 0 }, 153 [15] = { BTN_THUMBR, 1 }, 154 [25] = { BTN_THUMBR, 0 },
|
H A D | hid-steam.c | 524 input_set_capability(input, EV_KEY, BTN_THUMBR); in steam_input_register() 1069 * 10.2 | BTN_THUMBR | right-pad clicked 1134 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2))); in steam_do_input_event() 1205 * 11.2 | BTN_THUMBR | right joystick clicked 1298 input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2))); in steam_do_deck_input_event()
|
H A D | hid-playstation.c | 524 BTN_THUMBR, /* R3 */ 1369 input_report_key(ds->gamepad, BTN_THUMBR, ds_report->buttons[1] & DS_BUTTONS1_R3); in dualsense_parse_report() 2241 input_report_key(ds4->gamepad, BTN_THUMBR, ds4_report->buttons[1] & DS_BUTTONS1_R3); in dualshock4_parse_report()
|
H A D | hid-sony.c | 267 [0x03] = BTN_THUMBR, /* R3 */ 404 [0x03] = BTN_THUMBR, /* R3 */
|
H A D | hid-nintendo.c | 1408 input_report_key(dev, BTN_THUMBR, btns & JC_BTN_RSTICK); in joycon_parse_report() 1676 BTN_START, BTN_MODE, BTN_THUMBR,
|
H A D | hid-debug.c | 901 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | psxpad-spi.c | 246 input_report_key(input, BTN_THUMBR, b_rsp3 & BIT(5)); in psxpad_spi_poll() 273 input_report_key(input, BTN_THUMBR, false); in psxpad_spi_poll() 330 input_set_capability(idev, EV_KEY, BTN_THUMBR); in psxpad_spi_probe()
|
H A D | gamecon.c | 541 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR 640 input_report_key(dev, BTN_THUMBR, ~data[0] & 0x02); in gc_psx_report_one()
|
H A D | xpad.c | 358 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 696 input_report_key(dev, BTN_THUMBR, data[2] & 0x80); in xpad_process_packet() 757 input_report_key(dev, BTN_THUMBR, data[2] & 0x80); in xpad360_process_packet() 920 input_report_key(dev, BTN_THUMBR, data[5] & 0x80); in xpadone_process_packet()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | psxpad-spi.c | 249 input_report_key(input, BTN_THUMBR, b_rsp3 & BIT(5)); in psxpad_spi_poll() 276 input_report_key(input, BTN_THUMBR, false); in psxpad_spi_poll() 333 input_set_capability(idev, EV_KEY, BTN_THUMBR); in psxpad_spi_probe()
|
H A D | gamecon.c | 538 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR 637 input_report_key(dev, BTN_THUMBR, ~data[0] & 0x02); in gc_psx_report_one()
|
H A D | xpad.c | 382 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 786 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad_process_packet() 848 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad360_process_packet() 1046 input_report_key(dev, BTN_THUMBR, data[5] & BIT(7)); in xpadone_process_packet()
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 399 #define BTN_THUMBR 0x13e macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 399 #define BTN_THUMBR 0x13e macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 399 #define BTN_THUMBR 0x13e macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 399 #define BTN_THUMBR 0x13e macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 399 #define BTN_THUMBR 0x13e macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 399 #define BTN_THUMBR 0x13e macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 351 #define BTN_THUMBR 0x13e macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 351 #define BTN_THUMBR 0x13e macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 338 #define BTN_THUMBR 0x13e macro
|