Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-icade.c153 [15] = { BTN_THUMBR, 1 },
154 [25] = { BTN_THUMBR, 0 },
Dhid-steam.c443 input_set_capability(input, EV_KEY, BTN_THUMBR); in steam_input_register()
984 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2))); in steam_do_input_event()
Dhid-sony.c277 [0x03] = BTN_THUMBR, /* R3 */
414 [0x03] = BTN_THUMBR, /* R3 */
452 [0xc] = BTN_THUMBR, /* R3 */
1096 input_report_key(input_dev, BTN_THUMBR, rd[offset+5] & 0x80); in dualshock4_parse_report()
Dhid-playstation.c303 BTN_THUMBR, /* R3 */
1102 input_report_key(ds->gamepad, BTN_THUMBR, ds_report->buttons[1] & DS_BUTTONS1_R3); in dualsense_parse_report()
Dhid-debug.c901 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
Dhid-nintendo.c1357 input_report_key(dev, BTN_THUMBR, btns & JC_BTN_RSTICK); in joycon_parse_report()
1586 BTN_START, BTN_MODE, BTN_THUMBR,
Dhid-wiimote-modules.c1620 BTN_THUMBR, /* WIIMOD_PRO_KEY_THUMBR */
/Linux-v6.1/drivers/input/joystick/
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()
Dxpad.c377 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
770 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad_process_packet()
835 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad360_process_packet()
1033 input_report_key(dev, BTN_THUMBR, data[5] & BIT(7)); in xpadone_process_packet()
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()
/Linux-v6.1/include/dt-bindings/input/
Dlinux-event-codes.h399 #define BTN_THUMBR 0x13e macro
/Linux-v6.1/include/uapi/linux/
Dinput-event-codes.h399 #define BTN_THUMBR 0x13e macro
/Linux-v6.1/Documentation/input/
Dgamepad.rst153 BTN_THUMBL (first/left) and BTN_THUMBR (second/right).
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Drk3566-anbernic-rgxx3.dtsi139 linux,code = <BTN_THUMBR>;