/kernel/linux/linux-5.10/drivers/input/joystick/ |
H 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()
|
H 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, BTN_TR2, BTN_START, BTN_SELECT };
|
H A D | cobra.c | 29 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2, 0 };
|
H 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, -1 };
|
H A D | xpad.c | 377 BTN_TL2, BTN_TR2, /* triggers left/right */ 671 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet() 784 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet() 938 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
|
H 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_X, 0, BTN_TL, BTN_TR, -1 };
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | psxpad-spi.c | 246 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7)); in psxpad_spi_poll() 273 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7)); in psxpad_spi_poll() 330 input_set_capability(idev, EV_KEY, BTN_TL2); in psxpad_spi_probe()
|
H A D | cobra.c | 26 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2, 0 };
|
H A D | interact.c | 50 { BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT, -1 };
|
H A D | gf2k.c | 55 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_START, BTN_SELECT };
|
H A D | xpad.c | 401 BTN_TL2, BTN_TR2, /* triggers left/right */ 761 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet() 875 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet() 1064 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
|
H A D | grip.c | 44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_X, 0, BTN_TL, BTN_TR, -1 };
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-steam.c | 510 input_set_capability(input, EV_KEY, BTN_TL2); in steam_input_register() 1052 * 8.1 | BTN_TL2 | left trigger fully pressed 1122 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event() 1180 * 8.1 | BTN_TL2 | left trigger fully pressed 1285 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_deck_input_event()
|
H A D | hid-nintendo.c | 1345 input_report_key(dev, BTN_TL2, btns & JC_BTN_ZL); in joycon_parse_report() 1405 input_report_key(dev, BTN_TL2, btns & JC_BTN_SR_R); in joycon_parse_report() 1671 BTN_TL, BTN_TL2, 1783 input_set_capability(ctlr->input, EV_KEY, BTN_TL2); in joycon_input_create()
|
H A D | hid-sony.c | 273 [0x09] = BTN_TL2, /* L2 */ 383 [0x09] = BTN_TL2, /* L2 */ 410 [0x09] = BTN_TL2, /* L2 */
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-steam.c | 427 input_set_capability(input, EV_KEY, BTN_TL2); in steam_input_register() 902 * 8.1 | BTN_TL2 | left trigger fully pressed 972 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event()
|
H A D | hid-sony.c | 255 [0x09] = BTN_TL2, /* L2 */ 365 [0x09] = BTN_TL2, /* L2 */ 392 [0x09] = BTN_TL2, /* L2 */ 419 [0x7] = BTN_TL2, /* L2 */ 993 input_report_key(input_dev, BTN_TL2, rd[offset+5] & 0x4); in dualshock4_parse_report()
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 345 #define BTN_TL2 0x138 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 345 #define BTN_TL2 0x138 macro
|