/openbmc/linux/drivers/input/joystick/ |
H A D | stinger.c | 59 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 D | psxpad-spi.c | 245 input_report_key(input, BTN_TR, b_rsp4 & BIT(4)); in psxpad_spi_poll() 272 input_report_key(input, BTN_TR, b_rsp4 & BIT(4)); in psxpad_spi_poll() 329 input_set_capability(idev, EV_KEY, BTN_TR); in psxpad_spi_probe()
|
H A 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… 52 { BTN_C, BTN_TL, BTN_TR, BTN_A, BTN_B, BTN_Y, BTN_Z, BTN_X, -1 };
|
H A D | sidewinder.c | 84 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE }, 87 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT }, 370 input_report_key(dev, BTN_TR, !GB(26,1)); in sw_parse()
|
H A D | twidjoy.c | 60 { 4, 3, { BTN_TL, BTN_TR, BTN_TR2 } },
|
H A D | spaceorb.c | 31 static int spaceorb_buttons[] = { BTN_TL, BTN_TR, BTN_Y, BTN_X, BTN_B, BTN_A };
|
H A D | gamecon.c | 101 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 D | guillemot.c | 32 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
|
H A D | cobra.c | 26 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B…
|
H A D | gf2k.c | 55 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
|
H A D | grip.c | 44 … { 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 D | tmdc.c | 58 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
|
H A D | grip_mp.c | 92 static const int grip_btn_gp[] = { BTN_TR, BTN_TL, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, -1 };
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3566-anbernic-rg353vs.dts | 70 linux,code = <BTN_TR>;
|
H A D | rk3566-anbernic-rg353v.dts | 71 linux,code = <BTN_TR>;
|
H A D | rk3566-anbernic-rg353ps.dts | 83 linux,code = <BTN_TR>;
|
H A D | rk3566-anbernic-rg353p.dts | 84 linux,code = <BTN_TR>;
|
H A D | rk3566-anbernic-rg503.dts | 162 linux,code = <BTN_TR>;
|
/openbmc/linux/Documentation/input/ |
H A D | gamepad.rst | 163 Upper trigger buttons are reported as BTN_TR or ABS_HAT1X (right) and BTN_TL 168 reported as "right" triggers (BTN_TR/ABS_HAT1X).
|
/openbmc/linux/drivers/hid/ |
H A D | hid-steam.c | 511 input_set_capability(input, EV_KEY, BTN_TR); in steam_input_register() 1123 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_input_event() 1286 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_deck_input_event()
|
H A D | hid-nintendo.c | 1352 input_report_key(dev, BTN_TR, btns & JC_BTN_SL_L); in joycon_parse_report() 1400 input_report_key(dev, BTN_TR, btns & JC_BTN_R); in joycon_parse_report() 1678 BTN_TR, BTN_TR2, 1779 input_set_capability(ctlr->input, EV_KEY, BTN_TR); in joycon_input_create()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 390 #define BTN_TR 0x137 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 392 #define BTN_TR 0x137 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 392 #define BTN_TR 0x137 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 392 #define BTN_TR 0x137 macro
|