/linux-6.1.9/drivers/input/joystick/ |
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()
|
D | cobra.c | 26 …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 | 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…
|
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, …
|
D | xpad.c | 396 BTN_TL2, BTN_TR2, /* triggers left/right */ 745 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet() 862 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet() 1051 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
|
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_…
|
D | analog.c | 85 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
|
D | gamecon.c | 537 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
|
/linux-6.1.9/drivers/hid/ |
D | hid-steam.c | 427 input_set_capability(input, EV_KEY, BTN_TL2); in steam_input_register() 972 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event()
|
D | hid-nintendo.c | 1294 input_report_key(dev, BTN_TL2, btns & JC_BTN_ZL); in joycon_parse_report() 1354 input_report_key(dev, BTN_TL2, btns & JC_BTN_SR_R); in joycon_parse_report() 1581 BTN_TL, BTN_TL2, 1693 input_set_capability(ctlr->input, EV_KEY, BTN_TL2); in joycon_input_create()
|
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()
|
D | hid-playstation.c | 298 BTN_TL2, /* L2 */ 1097 input_report_key(ds->gamepad, BTN_TL2, ds_report->buttons[1] & DS_BUTTONS1_L2); in dualsense_parse_report()
|
D | hid-debug.c | 898 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
|
D | hid-wiimote-modules.c | 1031 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */ 1617 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
|
/linux-6.1.9/include/uapi/linux/ |
D | input-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/linux-6.1.9/include/dt-bindings/input/ |
D | linux-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/linux-6.1.9/Documentation/input/ |
D | gamepad.rst | 165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).
|
/linux-6.1.9/arch/arm64/boot/dts/rockchip/ |
D | rk3566-anbernic-rgxx3.dtsi | 115 linux,code = <BTN_TL2>;
|