/openbmc/linux/drivers/input/joystick/ |
H A D | psxpad-spi.c | 246 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7)); in psxpad_spi_poll() 273 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7)); in psxpad_spi_poll() 330 input_set_capability(idev, EV_KEY, BTN_TL2); in psxpad_spi_probe()
|
H A D | cobra.c | 26 …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 D | interact.c | 50 …{ 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 D | xpad.c | 418 BTN_TL2, BTN_TR2, /* triggers left/right */ 788 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet() 902 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet() 1091 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
|
H A D | gf2k.c | 55 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
|
H A D | grip.c | 44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
|
H A D | analog.c | 85 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
|
H A D | gamecon.c | 537 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3326-odroid-go2-v11.dts | 75 linux,code = <BTN_TL2>;
|
H A D | rk3326-odroid-go3.dts | 135 linux,code = <BTN_TL2>;
|
H A D | rk3566-anbernic-rgxx3.dtsi | 116 linux,code = <BTN_TL2>;
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 391 #define BTN_TL2 0x138 macro
|
/openbmc/linux/drivers/hid/ |
H A D | hid-steam.c | 741 input_set_capability(input, EV_KEY, BTN_TL2); in steam_input_register() 1481 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event() 1655 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_deck_input_event()
|
H A D | hid-nintendo.c | 1345 input_report_key(dev, BTN_TL2, btns & JC_BTN_ZL); in joycon_parse_report() 1405 input_report_key(dev, BTN_TL2, btns & JC_BTN_SR_R); in joycon_parse_report() 1671 BTN_TL, BTN_TL2, 1783 input_set_capability(ctlr->input, EV_KEY, BTN_TL2); in joycon_input_create()
|
H A D | hid-sony.c | 273 [0x09] = BTN_TL2, /* L2 */ 383 [0x09] = BTN_TL2, /* L2 */ 410 [0x09] = BTN_TL2, /* L2 */
|
H A D | hid-playstation.c | 519 BTN_TL2, /* L2 */ 1364 input_report_key(ds->gamepad, BTN_TL2, ds_report->buttons[1] & DS_BUTTONS1_L2); in dualsense_parse_report() 2236 input_report_key(ds4->gamepad, BTN_TL2, ds4_report->buttons[1] & DS_BUTTONS1_L2); in dualshock4_parse_report()
|
H A D | hid-debug.c | 898 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
|
H A D | hid-wiimote-modules.c | 1031 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */ 1617 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/openbmc/linux/Documentation/input/ |
H A D | gamepad.rst | 165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-odroid-go-ultra.dts | 174 linux,code = <BTN_TL2>;
|