Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
H A Dtwidjoy.c60 { 4, 3, { BTN_TL, BTN_TR, BTN_TR2 } },
H A 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 };
H A 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…
H A Dxpad.c426 BTN_TL2, BTN_TR2, /* triggers left/right */
813 input_report_key(dev, BTN_TR2, data[11]); in xpad_process_packet()
927 input_report_key(dev, BTN_TR2, data[5]); in xpad360_process_packet()
1132 input_report_key(dev, BTN_TR2, in xpadone_process_packet()
H A Dgrip.c44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
H A Danalog.c85 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
H A Dgamecon.c537 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go2-v11.dts80 linux,code = <BTN_TR2>;
H A Drk3326-odroid-go3.dts131 linux,code = <BTN_TR2>;
H A Drk3326-gameforce-chi.dts186 linux,code = <BTN_TR2>;
H A Drk3566-powkiddy-rk2023.dtsi151 linux,code = <BTN_TR2>;
/linux/drivers/hid/
H A Dhid-samsung.c276 samsung_kbd_mouse_map_key_clear(BTN_TR2); in samsung_gamepad_input_mapping()
H A Dhid-steam.c739 input_set_capability(input, EV_KEY, BTN_TR2); in steam_input_register()
1474 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event()
1648 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_deck_input_event()
H A Dhid-sony.c287 [0x0a] = BTN_TR2, /* R2 */
424 [0x0a] = BTN_TR2, /* R2 */
452 [0x8] = BTN_TR2,
H A Dhid-playstation.c562 BTN_TR2, /* R2 */
1483 input_report_key(ds->gamepad, BTN_TR2, ds_report->buttons[1] & DS_BUTTONS1_R2); in dualsense_parse_report()
2448 input_report_key(ds4->gamepad, BTN_TR2, ds4_report->buttons[1] & DS_BUTTONS1_R2); in dualshock4_parse_report()
H A Dhid-debug.c3294 [BTN_TR2] = "BtnTR2", [BTN_SELECT] = "BtnSelect",
H A Dhid-wiimote-modules.c1032 BTN_TR2, /* WIIMOD_CLASSIC_KEY_ZR */
1618 BTN_TR2, /* WIIMOD_PRO_KEY_ZR */
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h395 #define BTN_TR2 0x139
394 #define BTN_TR2 global() macro
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-2024.dts97 linux,code = <BTN_TR2>;
/linux/include/uapi/linux/
H A Dinput-event-codes.h395 #define BTN_TR2 0x139 macro