Home
last modified time | relevance | path

Searched refs:BTN_TL2 (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/input/joystick/
Dpsxpad-spi.c245 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7)); in psxpad_spi_poll()
272 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7)); in psxpad_spi_poll()
335 input_set_capability(idev, EV_KEY, BTN_TL2); in psxpad_spi_probe()
Dcobra.c29 …START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2, 0 };
Dinteract.c53 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
Dxpad.c348 BTN_TL2, BTN_TR2, /* triggers left/right */
613 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet()
726 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet()
880 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
Dgf2k.c58 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
Dgrip.c47 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
Danalog.c91 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
Dgamecon.c540 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
/Linux-v5.4/drivers/hid/
Dhid-sony.c255 [0x09] = BTN_TL2, /* L2 */
365 [0x09] = BTN_TL2, /* L2 */
392 [0x09] = BTN_TL2, /* L2 */
419 [0x7] = BTN_TL2, /* L2 */
976 input_report_key(input_dev, BTN_TL2, rd[offset+5] & 0x4); in dualshock4_parse_report()
Dhid-steam.c417 input_set_capability(input, EV_KEY, BTN_TL2); in steam_input_register()
956 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event()
Dhid-debug.c859 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
Dhid-wiimote-modules.c1031 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */
1598 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
/Linux-v5.4/include/dt-bindings/input/
Dlinux-event-codes.h392 #define BTN_TL2 0x138 macro
/Linux-v5.4/include/uapi/linux/
Dinput-event-codes.h392 #define BTN_TL2 0x138 macro
/Linux-v5.4/Documentation/input/
Dgamepad.rst165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).