Home
last modified time | relevance | path

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

/Linux-v4.19/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.c41 …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.c65 …{ 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.c360 BTN_TL2, BTN_TR2, /* triggers left/right */
628 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet()
741 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet()
895 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
Dgf2k.c70 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
Dgrip.c59 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
Danalog.c103 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
Dgamecon.c552 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
/Linux-v4.19/drivers/hid/
Dhid-sony.c257 [0x09] = BTN_TL2, /* L2 */
367 [0x09] = BTN_TL2, /* L2 */
394 [0x09] = BTN_TL2, /* L2 */
421 [0x7] = BTN_TL2, /* L2 */
974 input_report_key(input_dev, BTN_TL2, rd[offset+5] & 0x4); in dualshock4_parse_report()
Dhid-steam.c448 input_set_capability(input, EV_KEY, BTN_TL2); in steam_register()
928 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event()
Dhid-debug.c876 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
Dhid-wiimote-modules.c1034 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */
1601 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h392 #define BTN_TL2 0x138 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h392 #define BTN_TL2 0x138 macro
/Linux-v4.19/Documentation/input/
Dgamepad.rst165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).