Searched refs:BTN_TL2 (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/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 | 41 …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 | 65 …{ 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 | 360 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()
|
D | gf2k.c | 70 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 | 59 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
|
D | analog.c | 103 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
|
D | gamecon.c | 552 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
|
/Linux-v4.19/drivers/hid/ |
D | hid-sony.c | 257 [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()
|
D | hid-steam.c | 448 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()
|
D | hid-debug.c | 876 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
|
D | hid-wiimote-modules.c | 1034 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */ 1601 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 392 #define BTN_TL2 0x138 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 392 #define BTN_TL2 0x138 macro
|
/Linux-v4.19/Documentation/input/ |
D | gamepad.rst | 165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).
|