Home
last modified time | relevance | path

Searched refs:BTN_THUMBR (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/hid/
Dhid-icade.c153 [15] = { BTN_THUMBR, 1 },
154 [25] = { BTN_THUMBR, 0 },
Dhid-steam.c433 input_set_capability(input, EV_KEY, BTN_THUMBR); in steam_input_register()
968 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2))); in steam_do_input_event()
Dhid-sony.c249 [0x03] = BTN_THUMBR, /* R3 */
386 [0x03] = BTN_THUMBR, /* R3 */
424 [0xc] = BTN_THUMBR, /* R3 */
981 input_report_key(input_dev, BTN_THUMBR, rd[offset+5] & 0x80); in dualshock4_parse_report()
Dhid-debug.c862 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
Dhid-wiimote-modules.c1601 BTN_THUMBR, /* WIIMOD_PRO_KEY_THUMBR */
/Linux-v5.4/drivers/input/joystick/
Dpsxpad-spi.c248 input_report_key(input, BTN_THUMBR, b_rsp3 & BIT(5)); in psxpad_spi_poll()
275 input_report_key(input, BTN_THUMBR, false); in psxpad_spi_poll()
338 input_set_capability(idev, EV_KEY, BTN_THUMBR); in psxpad_spi_probe()
Dxpad.c329 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
638 input_report_key(dev, BTN_THUMBR, data[2] & 0x80); in xpad_process_packet()
699 input_report_key(dev, BTN_THUMBR, data[2] & 0x80); in xpad360_process_packet()
862 input_report_key(dev, BTN_THUMBR, data[5] & 0x80); in xpadone_process_packet()
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()
/Linux-v5.4/include/dt-bindings/input/
Dlinux-event-codes.h398 #define BTN_THUMBR 0x13e macro
/Linux-v5.4/include/uapi/linux/
Dinput-event-codes.h398 #define BTN_THUMBR 0x13e macro
/Linux-v5.4/Documentation/input/
Dgamepad.rst153 BTN_THUMBL (first/left) and BTN_THUMBR (second/right).