| /linux/drivers/input/joystick/ |
| A D | psxpad-spi.c | 243 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7)); in psxpad_spi_poll() 270 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7)); in psxpad_spi_poll() 327 input_set_capability(idev, EV_KEY, BTN_TL2); in psxpad_spi_probe()
|
| A 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 };
|
| A D | xpad.c | 365 BTN_TL2, BTN_TR2, /* triggers left/right */ 649 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet() 762 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet() 918 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
|
| A 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…
|
| A 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, …
|
| A 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_…
|
| A D | analog.c | 88 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
|
| A D | gamecon.c | 540 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
|
| /linux/drivers/hid/ |
| A D | hid-nintendo.c | 1289 input_report_key(dev, BTN_TL2, btns & JC_BTN_ZL); in joycon_parse_report() 1349 input_report_key(dev, BTN_TL2, btns & JC_BTN_SR_R); in joycon_parse_report() 1575 BTN_TL, BTN_TL2, 1685 input_set_capability(ctlr->input, EV_KEY, BTN_TL2); in joycon_input_create()
|
| A D | hid-steam.c | 417 input_set_capability(input, EV_KEY, BTN_TL2); in steam_input_register() 962 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event()
|
| A D | hid-sony.c | 283 [0x09] = BTN_TL2, /* L2 */ 393 [0x09] = BTN_TL2, /* L2 */ 420 [0x09] = BTN_TL2, /* L2 */ 447 [0x7] = BTN_TL2, /* L2 */ 1091 input_report_key(input_dev, BTN_TL2, rd[offset+5] & 0x4); in dualshock4_parse_report()
|
| A D | hid-playstation.c | 288 BTN_TL2, /* L2 */ 1066 input_report_key(ds->gamepad, BTN_TL2, ds_report->buttons[1] & DS_BUTTONS1_L2); in dualsense_parse_report()
|
| A D | hid-debug.c | 861 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
|
| A D | hid-wiimote-modules.c | 1031 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */ 1617 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
|
| /linux/include/dt-bindings/input/ |
| A D | linux-event-codes.h | 392 #define BTN_TL2 0x138 macro
|
| /linux/include/uapi/linux/ |
| A D | input-event-codes.h | 392 #define BTN_TL2 0x138 macro
|
| /linux/Documentation/input/ |
| A D | gamepad.rst | 165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).
|