Home
last modified time | relevance | path

Searched refs:BTN_TL2 (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.12.1/drivers/input/joystick/
Dpsxpad-spi.c246 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()
Dcobra.c26 …START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2, 0 };
Dinteract.c50 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
Dxpad.c414 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()
Dgf2k.c55 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
Dgrip.c44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
Danalog.c85 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
Dgamecon.c537 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/
Drk3326-odroid-go2-v11.dts75 linux,code = <BTN_TL2>;
Drk3326-odroid-go3.dts135 linux,code = <BTN_TL2>;
Drk3566-anbernic-rgxx3.dtsi63 linux,code = <BTN_TL2>;
Drk3326-gameforce-chi.dts168 linux,code = <BTN_TL2>;
Drk3566-powkiddy-rk2023.dtsi133 linux,code = <BTN_TL2>;
Drk3566-powkiddy-x55.dts126 linux,code = <BTN_TL2>;
/linux-6.12.1/drivers/hid/
Dhid-samsung.c273 samsung_kbd_mouse_map_key_clear(BTN_TL2); in samsung_gamepad_input_mapping()
Dhid-nintendo.c373 { 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 */
Dhid-steam.c742 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()
Dhid-sony.c273 [0x09] = BTN_TL2, /* L2 */
383 [0x09] = BTN_TL2, /* L2 */
410 [0x09] = BTN_TL2, /* L2 */
Dhid-playstation.c526 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()
Dhid-debug.c3290 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
/linux-6.12.1/arch/arm64/boot/dts/allwinner/
Dsun50i-h700-anbernic-rg35xx-2024.dts69 linux,code = <BTN_TL2>;
/linux-6.12.1/include/uapi/linux/
Dinput-event-codes.h393 #define BTN_TL2 0x138 macro
/linux-6.12.1/include/dt-bindings/input/
Dlinux-event-codes.h393 #define BTN_TL2 0x138 macro
/linux-6.12.1/Documentation/input/
Dgamepad.rst165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).
/linux-6.12.1/arch/arm64/boot/dts/amlogic/
Dmeson-g12b-odroid-go-ultra.dts174 linux,code = <BTN_TL2>;

12