/linux-6.12.1/drivers/input/joystick/ |
D | psxpad-spi.c | 247 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6)); in psxpad_spi_poll() 274 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6)); in psxpad_spi_poll() 331 input_set_capability(idev, EV_KEY, BTN_TR2); in psxpad_spi_probe()
|
D | twidjoy.c | 60 { 4, 3, { BTN_TL, BTN_TR, BTN_TR2 } },
|
D | cobra.c | 26 …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 | 50 …{ 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 | 414 BTN_TL2, BTN_TR2, /* triggers left/right */ 784 input_report_key(dev, BTN_TR2, data[11]); in xpad_process_packet() 898 input_report_key(dev, BTN_TR2, data[5]); in xpad360_process_packet() 1088 input_report_key(dev, BTN_TR2, in xpadone_process_packet()
|
D | gf2k.c | 55 …] = { 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 | 44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
|
D | analog.c | 85 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3566-anbernic-rg353vs.dts | 76 linux,code = <BTN_TR2>;
|
D | rk3566-anbernic-rg353ps.dts | 89 linux,code = <BTN_TR2>;
|
D | rk3566-anbernic-rg353v.dts | 77 linux,code = <BTN_TR2>;
|
D | rk3326-odroid-go2-v11.dts | 80 linux,code = <BTN_TR2>;
|
D | rk3566-anbernic-rg353p.dts | 90 linux,code = <BTN_TR2>;
|
D | rk3326-odroid-go3.dts | 130 linux,code = <BTN_TR2>;
|
D | rk3566-anbernic-rg-arc.dtsi | 168 linux,code = <BTN_TR2>;
|
D | rk3566-anbernic-rg503.dts | 230 linux,code = <BTN_TR2>;
|
/linux-6.12.1/drivers/hid/ |
D | hid-samsung.c | 276 samsung_kbd_mouse_map_key_clear(BTN_TR2); in samsung_gamepad_input_mapping()
|
D | hid-nintendo.c | 390 { BTN_TR2, JC_BTN_SR_L, }, 400 { BTN_TR2, JC_BTN_ZR, }, 425 { BTN_TR2, JC_BTN_ZR, }, 453 { BTN_TR2, JC_BTN_ZR, }, 483 { BTN_TR2, JC_BTN_LSTICK, }, /* ZR */
|
D | hid-steam.c | 741 input_set_capability(input, EV_KEY, BTN_TR2); in steam_input_register() 1457 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event() 1631 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_deck_input_event()
|
D | hid-sony.c | 274 [0x0a] = BTN_TR2, /* R2 */ 411 [0x0a] = BTN_TR2, /* R2 */
|
D | hid-playstation.c | 527 BTN_TR2, /* R2 */ 1372 input_report_key(ds->gamepad, BTN_TR2, ds_report->buttons[1] & DS_BUTTONS1_R2); in dualsense_parse_report() 2295 input_report_key(ds4->gamepad, BTN_TR2, ds4_report->buttons[1] & DS_BUTTONS1_R2); in dualshock4_parse_report()
|
/linux-6.12.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h700-anbernic-rg35xx-2024.dts | 97 linux,code = <BTN_TR2>;
|
/linux-6.12.1/include/uapi/linux/ |
D | input-event-codes.h | 394 #define BTN_TR2 0x139 macro
|
/linux-6.12.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 394 #define BTN_TR2 0x139 macro
|
/linux-6.12.1/Documentation/input/ |
D | gamepad.rst | 164 or ABS_HAT1Y (left). Lower trigger buttons are reported as BTN_TR2 or
|