Searched refs:BTN_TR2 (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.15/drivers/input/joystick/ |
| D | psxpad-spi.c | 244 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()
|
| D | twidjoy.c | 63 { 4, 3, { BTN_TL, BTN_TR, BTN_TR2 } },
|
| D | cobra.c | 29 …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 | 53 …{ 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 | 365 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()
|
| D | gf2k.c | 58 …] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_START, BTN_S…
|
| D | grip.c | 47 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
|
| D | analog.c | 87 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
|
| D | gamecon.c | 540 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
|
| /Linux-v5.15/drivers/hid/ |
| D | hid-steam.c | 416 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()
|
| D | hid-sony.c | 284 [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()
|
| D | hid-playstation.c | 278 BTN_TR2, /* R2 */ 942 input_report_key(ds->gamepad, BTN_TR2, ds_report->buttons[1] & DS_BUTTONS1_R2); in dualsense_parse_report()
|
| D | hid-debug.c | 862 [BTN_TR2] = "BtnTR2", [BTN_SELECT] = "BtnSelect",
|
| D | hid-wiimote-modules.c | 1032 BTN_TR2, /* WIIMOD_CLASSIC_KEY_ZR */ 1618 BTN_TR2, /* WIIMOD_PRO_KEY_ZR */
|
| /Linux-v5.15/include/uapi/linux/ |
| D | input-event-codes.h | 393 #define BTN_TR2 0x139 macro
|
| /Linux-v5.15/include/dt-bindings/input/ |
| D | linux-event-codes.h | 393 #define BTN_TR2 0x139 macro
|
| /Linux-v5.15/Documentation/input/ |
| D | gamepad.rst | 164 or ABS_HAT1Y (left). Lower trigger buttons are reported as BTN_TR2 or
|