Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
A 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()
A Dcobra.c29 …START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2, 0 };
A Dxpad.c365 BTN_TL2, BTN_TR2, /* triggers left/right */
649 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet()
762 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet()
918 input_report_key(dev, BTN_TL2, in xpadone_process_packet()
A Dinteract.c53 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
A Dgf2k.c58 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
A Dgrip.c47 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
A Danalog.c88 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
A Dgamecon.c540 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
/linux/drivers/hid/
A Dhid-nintendo.c1289 input_report_key(dev, BTN_TL2, btns & JC_BTN_ZL); in joycon_parse_report()
1349 input_report_key(dev, BTN_TL2, btns & JC_BTN_SR_R); in joycon_parse_report()
1575 BTN_TL, BTN_TL2,
1685 input_set_capability(ctlr->input, EV_KEY, BTN_TL2); in joycon_input_create()
A Dhid-steam.c417 input_set_capability(input, EV_KEY, BTN_TL2); in steam_input_register()
962 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event()
A 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()
A Dhid-playstation.c288 BTN_TL2, /* L2 */
1066 input_report_key(ds->gamepad, BTN_TL2, ds_report->buttons[1] & DS_BUTTONS1_L2); in dualsense_parse_report()
A Dhid-debug.c861 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
A Dhid-wiimote-modules.c1031 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */
1617 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h392 #define BTN_TL2 0x138 macro
/linux/include/uapi/linux/
A Dinput-event-codes.h392 #define BTN_TL2 0x138 macro
/linux/Documentation/input/
A Dgamepad.rst165 ABS_HAT2X (right/ZR) and BTN_TL2 or ABS_HAT2Y (left/ZL).

Completed in 55 milliseconds