Home
last modified time | relevance | path

Searched refs:BTN_TR (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/input/joystick/
H A Dstinger.c59 input_report_key(dev, BTN_TR, ((data[3] & 0x04) >> 2)); in stinger_process_packet()
140 BIT_MASK(BTN_Z) | BIT_MASK(BTN_TL) | BIT_MASK(BTN_TR) | in stinger_connect()
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…
52 { BTN_C, BTN_TL, BTN_TR, BTN_A, BTN_B, BTN_Y, BTN_Z, BTN_X, -1 };
H A Dsidewinder.c85 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE },
88 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
371 input_report_key(dev, BTN_TR, !GB(26,1)); in sw_parse()
H A Dtwidjoy.c60 { 4, 3, { BTN_TL, BTN_TR, BTN_TR2 } },
H A Dspaceorb.c31 static int spaceorb_buttons[] = { BTN_TL, BTN_TR, BTN_Y, BTN_X, BTN_B, BTN_A };
H A Dgamecon.c101 BTN_TL, BTN_TR, BTN_TRIGGER, BTN_START
329 BTN_A, BTN_B, BTN_SELECT, BTN_START, BTN_X, BTN_Y, BTN_TL, BTN_TR
537 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
H A Dguillemot.c32 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
H A Dcobra.c26 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B…
H A Dgrip.c44 … { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_X, 0, BTN_TL, BTN_TR, -1 };
H A Dtmdc.c58 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
H A Dgrip_mp.c92 static const int grip_btn_gp[] = { BTN_TR, BTN_TL, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, -1 };
H A Dxpad.c431 BTN_TL, BTN_TR, /* Button LB/RB */
907 input_report_key(dev, BTN_TR, data[3] & BIT(1)); in xpad360_process_packet()
1108 input_report_key(dev, BTN_TR, data[5] & BIT(5)); in xpadone_process_packet()
H A Dadi.c65 static short adi_wmgpe_key[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_STA…
H A Danalog.c83 static short analog_pads[] = { BTN_Y, BTN_Z, BTN_TL, BTN_TR };
H A Ddb9.c99 static const short db9_cd32_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN…
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3s-anbernic-rg-nano.dts84 linux,code = <BTN_TR>;
H A Dsun4i-a10-inet9f-rev03.dts206 linux,code = <BTN_TR>;
/linux/drivers/hid/
H A Dhid-samsung.c270 samsung_kbd_mouse_map_key_clear(BTN_TR); in samsung_gamepad_input_mapping()
H A Dhid-steam.c741 input_set_capability(input, EV_KEY, BTN_TR); in steam_input_register()
1476 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_input_event()
1650 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_deck_input_event()
H A Dhid-sony.c289 [0x0c] = BTN_TR, /* R1 */
426 [0x0c] = BTN_TR, /* R1 */
450 [0x6] = BTN_TR,
H A Dhid-playstation.c560 BTN_TR, /* R1 */
1481 input_report_key(ds->gamepad, BTN_TR, ds_report->buttons[1] & DS_BUTTONS1_R1); in dualsense_parse_report()
2446 input_report_key(ds4->gamepad, BTN_TR, ds4_report->buttons[1] & DS_BUTTONS1_R1); in dualshock4_parse_report()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h393 #define BTN_TR 0x137
392 #define BTN_TR global() macro
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-2024.dts90 linux,code = <BTN_TR>;
/linux/include/uapi/linux/
H A Dinput-event-codes.h393 #define BTN_TR 0x137 macro
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go.dtsi113 linux,code = <BTN_TR>;

12