Home
last modified time | relevance | path

Searched refs:BTN_TR2 (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/drivers/input/joystick/
H A Dpsxpad-spi.c247 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6)); in psxpad_spi_poll()
274 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6)); in psxpad_spi_poll()
331 input_set_capability(idev, EV_KEY, BTN_TR2); in psxpad_spi_probe()
H A Dtwidjoy.c60 { 4, 3, { BTN_TL, BTN_TR, BTN_TR2 } },
H A Dcobra.c26 …START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2, 0 };
H A Dinteract.c50 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
H A Dxpad.c418 BTN_TL2, BTN_TR2, /* triggers left/right */
789 input_report_key(dev, BTN_TR2, data[11]); in xpad_process_packet()
903 input_report_key(dev, BTN_TR2, data[5]); in xpad360_process_packet()
1093 input_report_key(dev, BTN_TR2, in xpadone_process_packet()
H A Dgf2k.c55 …] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_START, BTN_S…
H A Dgrip.c44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
H A Danalog.c85 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-anbernic-rg353vs.dts76 linux,code = <BTN_TR2>;
H A Drk3566-anbernic-rg353v.dts77 linux,code = <BTN_TR2>;
H A Drk3566-anbernic-rg353ps.dts89 linux,code = <BTN_TR2>;
H A Drk3326-odroid-go2-v11.dts80 linux,code = <BTN_TR2>;
H A Drk3566-anbernic-rg353p.dts90 linux,code = <BTN_TR2>;
H A Drk3326-odroid-go3.dts130 linux,code = <BTN_TR2>;
H A Drk3566-anbernic-rg503.dts168 linux,code = <BTN_TR2>;
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h392 #define BTN_TR2 0x139 macro
/openbmc/linux/drivers/hid/
H A Dhid-steam.c740 input_set_capability(input, EV_KEY, BTN_TR2); in steam_input_register()
1480 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event()
1654 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_deck_input_event()
H A Dhid-nintendo.c1353 input_report_key(dev, BTN_TR2, btns & JC_BTN_SR_L); in joycon_parse_report()
1401 input_report_key(dev, BTN_TR2, btns & JC_BTN_ZR); in joycon_parse_report()
1678 BTN_TR, BTN_TR2,
1780 input_set_capability(ctlr->input, EV_KEY, BTN_TR2); in joycon_input_create()
H A Dhid-sony.c274 [0x0a] = BTN_TR2, /* R2 */
411 [0x0a] = BTN_TR2, /* R2 */
H A Dhid-playstation.c520 BTN_TR2, /* R2 */
1365 input_report_key(ds->gamepad, BTN_TR2, ds_report->buttons[1] & DS_BUTTONS1_R2); in dualsense_parse_report()
2237 input_report_key(ds4->gamepad, BTN_TR2, ds4_report->buttons[1] & DS_BUTTONS1_R2); in dualshock4_parse_report()
H A Dhid-debug.c899 [BTN_TR2] = "BtnTR2", [BTN_SELECT] = "BtnSelect",
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h394 #define BTN_TR2 0x139 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h394 #define BTN_TR2 0x139 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h394 #define BTN_TR2 0x139 macro
/openbmc/linux/Documentation/input/
H A Dgamepad.rst164 or ABS_HAT1Y (left). Lower trigger buttons are reported as BTN_TR2 or

12