Searched refs:BTN_TL2 (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/input/joystick/ |
| D | psxpad-spi.c | 245 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()
|
| D | cobra.c | 29 …START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2, 0 };
|
| D | interact.c | 53 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
|
| D | xpad.c | 348 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()
|
| D | gf2k.c | 58 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
|
| D | grip.c | 47 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
|
| D | analog.c | 91 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
|
| D | gamecon.c | 540 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-sony.c | 255 [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()
|
| D | hid-steam.c | 417 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()
|
| D | hid-debug.c | 859 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
|
| D | hid-wiimote-modules.c | 1031 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */ 1598 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
|
| /Linux-v5.4/include/dt-bindings/input/ |
| D | linux-event-codes.h | 392 #define BTN_TL2 0x138 macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | input-event-codes.h | 392 #define BTN_TL2 0x138 macro
|
| /Linux-v5.4/Documentation/input/ |
| D | gamepad.rst | 165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).
|