Searched refs:BTN_THUMBR (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-icade.c | 153 [15] = { BTN_THUMBR, 1 }, 154 [25] = { BTN_THUMBR, 0 },
|
| H A D | hid-steam.c | 1147 input_set_capability(input, EV_KEY, BTN_THUMBR); in steam_input_register() 1540 input_report_key(input, BTN_THUMBR, 0); in steam_mode_switch_cb() 2012 { BTN_THUMBR, 10, 2 }, 2205 { BTN_THUMBR, 11, 2 }, 2399 { BTN_THUMBR, 2, 5 },
|
| H A D | hid-samsung.c | 291 samsung_kbd_mouse_map_key_clear(BTN_THUMBR); 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 | psxpad-spi.c | 249 input_report_key(input, BTN_THUMBR, b_rsp3 & BIT(5)); in psxpad_spi_poll() 276 input_report_key(input, BTN_THUMBR, false); in psxpad_spi_poll() 333 input_set_capability(idev, EV_KEY, BTN_THUMBR); in psxpad_spi_probe()
|
| H A D | xpad.c | 420 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 853 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad_process_packet() 915 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad360_process_packet() 1128 input_report_key(dev, BTN_THUMBR, data[5] & BIT(7)); in xpadone_process_packet()
|
| H A D | gamecon.c | 538 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR 637 input_report_key(dev, BTN_THUMBR, ~data[0] & 0x02); in gc_psx_report_one()
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-h.dts | 117 linux,code = <BTN_THUMBR>;
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-anbernic-rg353x.dtsi | 157 linux,code = <BTN_THUMBR>;
|
| H A D | rk3566-powkiddy-rk2023.dtsi | 181 linux,code = <BTN_THUMBR>;
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 400 #define BTN_THUMBR 0x13e 399 #define BTN_THUMBR global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 400 #define BTN_THUMBR 0x13e macro
|