Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
A Dpsxpad-spi.c244 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6)); in psxpad_spi_poll()
271 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6)); in psxpad_spi_poll()
328 input_set_capability(idev, EV_KEY, BTN_TR2); in psxpad_spi_probe()
A Dtwidjoy.c63 { 4, 3, { BTN_TL, BTN_TR, BTN_TR2 } },
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 */
650 input_report_key(dev, BTN_TR2, data[11]); in xpad_process_packet()
763 input_report_key(dev, BTN_TR2, data[5]); in xpad360_process_packet()
920 input_report_key(dev, BTN_TR2, 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 …] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_START, BTN_S…
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.c1297 input_report_key(dev, BTN_TR2, btns & JC_BTN_SR_L); in joycon_parse_report()
1345 input_report_key(dev, BTN_TR2, btns & JC_BTN_ZR); in joycon_parse_report()
1582 BTN_TR, BTN_TR2,
1682 input_set_capability(ctlr->input, EV_KEY, BTN_TR2); in joycon_input_create()
A Dhid-steam.c416 input_set_capability(input, EV_KEY, BTN_TR2); in steam_input_register()
961 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event()
A Dhid-sony.c284 [0x0a] = BTN_TR2, /* R2 */
421 [0x0a] = BTN_TR2, /* R2 */
448 [0x8] = BTN_TR2, /* R2 */
1092 input_report_key(input_dev, BTN_TR2, rd[offset+5] & 0x8); in dualshock4_parse_report()
A Dhid-playstation.c289 BTN_TR2, /* R2 */
1067 input_report_key(ds->gamepad, BTN_TR2, ds_report->buttons[1] & DS_BUTTONS1_R2); in dualsense_parse_report()
A Dhid-debug.c862 [BTN_TR2] = "BtnTR2", [BTN_SELECT] = "BtnSelect",
A Dhid-wiimote-modules.c1032 BTN_TR2, /* WIIMOD_CLASSIC_KEY_ZR */
1618 BTN_TR2, /* WIIMOD_PRO_KEY_ZR */
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h393 #define BTN_TR2 0x139 macro
/linux/include/uapi/linux/
A Dinput-event-codes.h393 #define BTN_TR2 0x139 macro
/linux/Documentation/input/
A Dgamepad.rst164 or ABS_HAT1Y (left). Lower trigger buttons are reported as BTN_TR2 or

Completed in 46 milliseconds