/linux-6.12.1/drivers/input/joystick/ |
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()
|
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 | xpad.c | 414 BTN_TL2, BTN_TR2, /* triggers left/right */ 783 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet() 897 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet() 1086 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
|
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 | 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.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3326-odroid-go2-v11.dts | 75 linux,code = <BTN_TL2>;
|
D | rk3326-odroid-go3.dts | 135 linux,code = <BTN_TL2>;
|
D | rk3566-anbernic-rgxx3.dtsi | 63 linux,code = <BTN_TL2>;
|
D | rk3326-gameforce-chi.dts | 168 linux,code = <BTN_TL2>;
|
D | rk3566-powkiddy-rk2023.dtsi | 133 linux,code = <BTN_TL2>;
|
D | rk3566-powkiddy-x55.dts | 126 linux,code = <BTN_TL2>;
|
/linux-6.12.1/drivers/hid/ |
D | hid-samsung.c | 273 samsung_kbd_mouse_map_key_clear(BTN_TL2); in samsung_gamepad_input_mapping()
|
D | hid-nintendo.c | 373 { BTN_TL2, JC_BTN_ZL, }, 413 { BTN_TL2, JC_BTN_SR_R, }, 424 { BTN_TL2, JC_BTN_ZL, }, 452 { BTN_TL2, JC_BTN_ZL, }, 480 { BTN_TL2, JC_BTN_ZL, }, /* Z */
|
D | hid-steam.c | 742 input_set_capability(input, EV_KEY, BTN_TL2); in steam_input_register() 1458 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event() 1632 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_deck_input_event()
|
D | hid-sony.c | 273 [0x09] = BTN_TL2, /* L2 */ 383 [0x09] = BTN_TL2, /* L2 */ 410 [0x09] = BTN_TL2, /* L2 */
|
D | hid-playstation.c | 526 BTN_TL2, /* L2 */ 1371 input_report_key(ds->gamepad, BTN_TL2, ds_report->buttons[1] & DS_BUTTONS1_L2); in dualsense_parse_report() 2294 input_report_key(ds4->gamepad, BTN_TL2, ds4_report->buttons[1] & DS_BUTTONS1_L2); in dualshock4_parse_report()
|
D | hid-debug.c | 3290 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
|
/linux-6.12.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h700-anbernic-rg35xx-2024.dts | 69 linux,code = <BTN_TL2>;
|
/linux-6.12.1/include/uapi/linux/ |
D | input-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/linux-6.12.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 393 #define BTN_TL2 0x138 macro
|
/linux-6.12.1/Documentation/input/ |
D | gamepad.rst | 165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).
|
/linux-6.12.1/arch/arm64/boot/dts/amlogic/ |
D | meson-g12b-odroid-go-ultra.dts | 174 linux,code = <BTN_TL2>;
|