/linux-6.12.1/drivers/hid/ |
D | hid-icade.c | 151 [18] = { BTN_THUMBL, 1 }, 152 [10] = { BTN_THUMBL, 0 },
|
D | hid-samsung.c | 288 samsung_kbd_mouse_map_key_clear(BTN_THUMBL); in samsung_gamepad_input_mapping()
|
D | hid-steam.c | 757 input_set_capability(input, EV_KEY, BTN_THUMBL); in steam_input_register() 1471 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_input_event() 1644 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_deck_input_event()
|
D | hid-sony.c | 266 [0x02] = BTN_THUMBL, /* L3 */ 376 [0x02] = BTN_THUMBL, /* L3 */ 403 [0x02] = BTN_THUMBL, /* L3 */
|
D | hid-playstation.c | 530 BTN_THUMBL, /* L3 */ 1375 input_report_key(ds->gamepad, BTN_THUMBL, ds_report->buttons[1] & DS_BUTTONS1_L3); in dualsense_parse_report() 2298 input_report_key(ds4->gamepad, BTN_THUMBL, ds4_report->buttons[1] & DS_BUTTONS1_L3); in dualshock4_parse_report()
|
D | hid-debug.c | 3293 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
|
D | hid-nintendo.c | 375 { BTN_THUMBL, JC_BTN_LSTICK, }, 428 { BTN_THUMBL, JC_BTN_LSTICK, },
|
D | hid-wiimote-modules.c | 1619 BTN_THUMBL, /* WIIMOD_PRO_KEY_THUMBL */
|
/linux-6.12.1/drivers/input/joystick/ |
D | qwiic-joystick.c | 58 input_report_key(input, BTN_THUMBL, !data.thumb); in qwiic_poll() 100 input_set_capability(priv->dev, EV_KEY, BTN_THUMBL); in qwiic_probe()
|
D | psxpad-spi.c | 248 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()
|
D | xpad.c | 395 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 807 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6)); in xpad_process_packet() 869 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6)); in xpad360_process_packet() 1067 input_report_key(dev, BTN_THUMBL, data[5] & BIT(6)); in xpadone_process_packet()
|
D | gamecon.c | 538 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR 636 input_report_key(dev, BTN_THUMBL, ~data[0] & 0x04); in gc_psx_report_one()
|
/linux-6.12.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h700-anbernic-rg35xx-h.dts | 91 linux,code = <BTN_THUMBL>;
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3566-anbernic-rg353x.dtsi | 151 linux,code = <BTN_THUMBL>;
|
D | rk3566-anbernic-rg503.dts | 242 linux,code = <BTN_THUMBL>;
|
D | rk3566-powkiddy-rk2023.dtsi | 175 linux,code = <BTN_THUMBL>;
|
D | rk3566-powkiddy-x55.dts | 156 linux,code = <BTN_THUMBL>;
|
D | rk3588s-gameforce-ace.dts | 248 linux,code = <BTN_THUMBL>;
|
/linux-6.12.1/include/uapi/linux/ |
D | input-event-codes.h | 398 #define BTN_THUMBL 0x13d macro
|
/linux-6.12.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 398 #define BTN_THUMBL 0x13d macro
|
/linux-6.12.1/Documentation/input/ |
D | gamepad.rst | 153 BTN_THUMBL (first/left) and BTN_THUMBR (second/right).
|