Home
last modified time | relevance | path

Searched refs:BTN_TL (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/drivers/input/joystick/
H A Dstinger.c58 input_report_key(dev, BTN_TL, ((data[3] & 0x08) >> 3)); in stinger_process_packet()
140 BIT_MASK(BTN_Z) | BIT_MASK(BTN_TL) | BIT_MASK(BTN_TR) | in stinger_connect()
H A Dpsxpad-spi.c244 input_report_key(input, BTN_TL, b_rsp4 & BIT(5)); in psxpad_spi_poll()
271 input_report_key(input, BTN_TL, b_rsp4 & BIT(5)); in psxpad_spi_poll()
328 input_set_capability(idev, EV_KEY, BTN_TL); in psxpad_spi_probe()
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 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 Dsidewinder.c84 { 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 },
H A Dgf2k.c55 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 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.c414 BTN_TL, BTN_TR, /* Button LB/RB */
866 input_report_key(dev, BTN_TL, data[3] & BIT(0)); in xpad360_process_packet()
1052 input_report_key(dev, BTN_TL, data[5] & BIT(4)); 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…
/openbmc/linux/drivers/hid/
H A Dhid-steam.c512 input_set_capability(input, EV_KEY, BTN_TL); in steam_input_register()
1124 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3))); in steam_do_input_event()
1287 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3))); in steam_do_deck_input_event()
H A Dhid-nintendo.c1344 input_report_key(dev, BTN_TL, btns & JC_BTN_L); in joycon_parse_report()
1404 input_report_key(dev, BTN_TL, btns & JC_BTN_SL_R); in joycon_parse_report()
1671 BTN_TL, BTN_TL2,
1782 input_set_capability(ctlr->input, EV_KEY, BTN_TL); in joycon_input_create()
H A Dhid-sony.c275 [0x0b] = BTN_TL, /* L1 */
385 [0x0b] = BTN_TL, /* L1 */
412 [0x0b] = BTN_TL, /* L1 */
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h389 #define BTN_TL 0x136 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h391 #define BTN_TL 0x136 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h391 #define BTN_TL 0x136 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h391 #define BTN_TL 0x136 macro
/openbmc/u-boot/arch/arm/dts/
H A Dsun4i-a10-inet9f-rev03.dts204 linux,code = <BTN_TL>;
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10-inet9f-rev03.dts200 linux,code = <BTN_TL>;
/openbmc/linux/Documentation/input/
H A Dgamepad.rst163 Upper trigger buttons are reported as BTN_TR or ABS_HAT1X (right) and BTN_TL

12