Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/input/joystick/
Dstinger.c61 input_report_key(dev, BTN_TL, ((data[3] & 0x08) >> 3)); in stinger_process_packet()
143 BIT_MASK(BTN_Z) | BIT_MASK(BTN_TL) | BIT_MASK(BTN_TR) | in stinger_connect()
Dpsxpad-spi.c241 input_report_key(input, BTN_TL, b_rsp4 & BIT(5)); in psxpad_spi_poll()
268 input_report_key(input, BTN_TL, b_rsp4 & BIT(5)); in psxpad_spi_poll()
325 input_set_capability(idev, EV_KEY, BTN_TL); in psxpad_spi_probe()
Dinteract.c53 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
55 { BTN_C, BTN_TL, BTN_TR, BTN_A, BTN_B, BTN_Y, BTN_Z, BTN_X, -1 };
Dtwidjoy.c63 { 4, 3, { BTN_TL, BTN_TR, BTN_TR2 } },
Dspaceorb.c34 static int spaceorb_buttons[] = { BTN_TL, BTN_TR, BTN_Y, BTN_X, BTN_B, BTN_A };
Dgamecon.c104 BTN_TL, BTN_TR, BTN_TRIGGER, BTN_START
332 BTN_A, BTN_B, BTN_SELECT, BTN_START, BTN_X, BTN_Y, BTN_TL, BTN_TR
540 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
Dcobra.c29 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B…
Dguillemot.c35 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
Dsidewinder.c87 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE },
90 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
Dgf2k.c58 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
Dgrip.c47 … { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_X, 0, BTN_TL, BTN_TR, -1 };
Dxpad.c370 BTN_TL, BTN_TR, /* Button LB/RB */
742 input_report_key(dev, BTN_TL, data[3] & 0x01); in xpad360_process_packet()
895 input_report_key(dev, BTN_TL, data[5] & 0x10); in xpadone_process_packet()
Dtmdc.c61 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
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 };
Dadi.c68 static short adi_wmgpe_key[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_STA…
Danalog.c86 static short analog_pads[] = { BTN_Y, BTN_Z, BTN_TL, BTN_TR };
/linux-5.19.10/drivers/hid/
Dhid-steam.c429 input_set_capability(input, EV_KEY, BTN_TL); in steam_input_register()
974 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3))); in steam_do_input_event()
Dhid-nintendo.c1289 input_report_key(dev, BTN_TL, btns & JC_BTN_L); in joycon_parse_report()
1349 input_report_key(dev, BTN_TL, btns & JC_BTN_SL_R); in joycon_parse_report()
1577 BTN_TL, BTN_TL2,
1687 input_set_capability(ctlr->input, EV_KEY, BTN_TL); in joycon_input_create()
Dhid-sony.c285 [0x0b] = BTN_TL, /* L1 */
395 [0x0b] = BTN_TL, /* L1 */
422 [0x0b] = BTN_TL, /* L1 */
445 [0x5] = BTN_TL, /* L1 */
1089 input_report_key(input_dev, BTN_TL, rd[offset+5] & 0x1); in dualshock4_parse_report()
Dhid-playstation.c286 BTN_TL, /* L1 */
1064 input_report_key(ds->gamepad, BTN_TL, ds_report->buttons[1] & DS_BUTTONS1_L1); in dualsense_parse_report()
/linux-5.19.10/include/uapi/linux/
Dinput-event-codes.h391 #define BTN_TL 0x136 macro
/linux-5.19.10/include/dt-bindings/input/
Dlinux-event-codes.h391 #define BTN_TL 0x136 macro
/linux-5.19.10/arch/arm/boot/dts/
Dsun4i-a10-inet9f-rev03.dts200 linux,code = <BTN_TL>;
/linux-5.19.10/Documentation/input/
Dgamepad.rst163 Upper trigger buttons are reported as BTN_TR or ABS_HAT1X (right) and BTN_TL
/linux-5.19.10/arch/arm64/boot/dts/rockchip/
Drk3326-odroid-go2.dts147 linux,code = <BTN_TL>;

12