Home
last modified time | relevance | path

Searched refs:BTN_THUMBR (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-icade.c79 * { KEY_L, "BTN_THUMBR", 1 },
80 * { KEY_V, "BTN_THUMBR", 0 },
153 [15] = { BTN_THUMBR, 1 },
154 [25] = { BTN_THUMBR, 0 },
H A Dhid-steam.c443 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 Dhid-sony.c249 [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 Dhid-debug.c864 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-icade.c79 * { KEY_L, "BTN_THUMBR", 1 },
80 * { KEY_V, "BTN_THUMBR", 0 },
153 [15] = { BTN_THUMBR, 1 },
154 [25] = { BTN_THUMBR, 0 },
H A Dhid-steam.c524 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 Dhid-playstation.c524 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 Dhid-sony.c267 [0x03] = BTN_THUMBR, /* R3 */
404 [0x03] = BTN_THUMBR, /* R3 */
H A Dhid-nintendo.c1408 input_report_key(dev, BTN_THUMBR, btns & JC_BTN_RSTICK); in joycon_parse_report()
1676 BTN_START, BTN_MODE, BTN_THUMBR,
H A Dhid-debug.c901 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dpsxpad-spi.c246 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 Dgamecon.c541 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 Dxpad.c358 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 Dpsxpad-spi.c249 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 Dgamecon.c538 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 Dxpad.c382 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 Dlinux-event-codes.h399 #define BTN_THUMBR 0x13e macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput-event-codes.h399 #define BTN_THUMBR 0x13e macro
/kernel/linux/linux-5.10/include/dt-bindings/input/
H A Dlinux-event-codes.h399 #define BTN_THUMBR 0x13e macro
/kernel/linux/linux-6.6/include/dt-bindings/input/
H A Dlinux-event-codes.h399 #define BTN_THUMBR 0x13e macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput-event-codes.h399 #define BTN_THUMBR 0x13e macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h399 #define BTN_THUMBR 0x13e macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput-event-codes.h351 #define BTN_THUMBR 0x13e macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput-event-codes.h351 #define BTN_THUMBR 0x13e macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinput-event-codes.h338 #define BTN_THUMBR 0x13e macro

Completed in 54 milliseconds

12