Home
last modified time | relevance | path

Searched refs:BTN_THUMBL (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.6/drivers/hid/
Dhid-icade.c151 [18] = { BTN_THUMBL, 1 },
152 [10] = { BTN_THUMBL, 0 },
Dhid-steam.c525 input_set_capability(input, EV_KEY, BTN_THUMBL); in steam_input_register()
1135 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_input_event()
1297 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_deck_input_event()
Dhid-sony.c266 [0x02] = BTN_THUMBL, /* L3 */
376 [0x02] = BTN_THUMBL, /* L3 */
403 [0x02] = BTN_THUMBL, /* L3 */
Dhid-playstation.c523 BTN_THUMBL, /* L3 */
1368 input_report_key(ds->gamepad, BTN_THUMBL, ds_report->buttons[1] & DS_BUTTONS1_L3); in dualsense_parse_report()
2240 input_report_key(ds4->gamepad, BTN_THUMBL, ds4_report->buttons[1] & DS_BUTTONS1_L3); in dualshock4_parse_report()
Dhid-debug.c901 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
Dhid-nintendo.c1334 input_report_key(dev, BTN_THUMBL, btns & JC_BTN_LSTICK); in joycon_parse_report()
1657 BTN_SELECT, BTN_Z, BTN_THUMBL,
Dhid-wiimote-modules.c1619 BTN_THUMBL, /* WIIMOD_PRO_KEY_THUMBL */
/Linux-v6.6/drivers/input/joystick/
Dqwiic-joystick.c58 input_report_key(input, BTN_THUMBL, !data.thumb); in qwiic_poll()
100 input_set_capability(priv->dev, EV_KEY, BTN_THUMBL); in qwiic_probe()
Dpsxpad-spi.c248 input_report_key(input, BTN_THUMBL, b_rsp3 & BIT(6)); in psxpad_spi_poll()
275 input_report_key(input, BTN_THUMBL, false); in psxpad_spi_poll()
332 input_set_capability(idev, EV_KEY, BTN_THUMBL); in psxpad_spi_probe()
Dxpad.c380 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
782 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6)); in xpad_process_packet()
844 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6)); in xpad360_process_packet()
1042 input_report_key(dev, BTN_THUMBL, data[5] & BIT(6)); in xpadone_process_packet()
Dgamecon.c538 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR
636 input_report_key(dev, BTN_THUMBL, ~data[0] & 0x04); in gc_psx_report_one()
/Linux-v6.6/include/uapi/linux/
Dinput-event-codes.h398 #define BTN_THUMBL 0x13d macro
/Linux-v6.6/include/dt-bindings/input/
Dlinux-event-codes.h398 #define BTN_THUMBL 0x13d macro
/Linux-v6.6/Documentation/input/
Dgamepad.rst153 BTN_THUMBL (first/left) and BTN_THUMBR (second/right).
/Linux-v6.6/arch/arm64/boot/dts/rockchip/
Drk3566-anbernic-rgxx3.dtsi134 linux,code = <BTN_THUMBL>;