Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/joystick/
Dpsxpad-spi.c243 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()
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…
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, …
Dxpad.c396 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()
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.1.9/drivers/hid/
Dhid-steam.c427 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()
Dhid-nintendo.c1294 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()
Dhid-sony.c283 [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()
Dhid-playstation.c298 BTN_TL2, /* L2 */
1097 input_report_key(ds->gamepad, BTN_TL2, ds_report->buttons[1] & DS_BUTTONS1_L2); in dualsense_parse_report()
Dhid-debug.c898 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
Dhid-wiimote-modules.c1031 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */
1617 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
/linux-6.1.9/include/uapi/linux/
Dinput-event-codes.h393 #define BTN_TL2 0x138 macro
/linux-6.1.9/include/dt-bindings/input/
Dlinux-event-codes.h393 #define BTN_TL2 0x138 macro
/linux-6.1.9/Documentation/input/
Dgamepad.rst165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).
/linux-6.1.9/arch/arm64/boot/dts/rockchip/
Drk3566-anbernic-rgxx3.dtsi115 linux,code = <BTN_TL2>;