Searched refs:BTN_THUMBL (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-icade.c | 151 [18] = { BTN_THUMBL, 1 }, 152 [10] = { BTN_THUMBL, 0 },
|
| H A D | hid-steam.c | 1148 input_set_capability(input, EV_KEY, BTN_THUMBL); in steam_input_register() 1541 input_report_key(input, BTN_THUMBL, 0); in steam_mode_switch_cb() 2013 { BTN_THUMBL, 10, 6 }, 2204 { BTN_THUMBL, 10, 6 }, 2409 { BTN_THUMBL, 3, 7 },
|
| H A D | hid-samsung.c | 288 samsung_kbd_mouse_map_key_clear(BTN_THUMBL); in samsung_gamepad_input_mapping()
|
| H A D | hid-debug.c | 3296 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
|
| /linux/drivers/input/joystick/ |
| H A 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()
|
| H A 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()
|
| H A D | xpad.c | 413 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 844 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6)); in xpad_process_packet() 906 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6)); in xpad360_process_packet() 1119 input_report_key(dev, BTN_THUMBL, data[5] & BIT(6)); in xpadone_process_packet()
|
| H A 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/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-h.dts | 110 linux,code = <BTN_THUMBL>;
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-anbernic-rg353x.dtsi | 151 linux,code = <BTN_THUMBL>;
|
| H A D | rk3566-powkiddy-rk2023.dtsi | 175 linux,code = <BTN_THUMBL>;
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 399 #define BTN_THUMBL 0x13d 398 #define BTN_THUMBL global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 399 #define BTN_THUMBL 0x13d macro
|