Searched refs:BTN_THUMBR (Results 1 – 20 of 20) sorted by relevance
/linux-6.12.1/drivers/hid/ |
D | hid-icade.c | 153 [15] = { BTN_THUMBR, 1 }, 154 [25] = { BTN_THUMBR, 0 },
|
D | hid-samsung.c | 291 samsung_kbd_mouse_map_key_clear(BTN_THUMBR); in samsung_gamepad_input_mapping()
|
D | hid-steam.c | 756 input_set_capability(input, EV_KEY, BTN_THUMBR); in steam_input_register() 1470 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2))); in steam_do_input_event() 1645 input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2))); in steam_do_deck_input_event()
|
D | hid-sony.c | 267 [0x03] = BTN_THUMBR, /* R3 */ 404 [0x03] = BTN_THUMBR, /* R3 */
|
D | hid-playstation.c | 531 BTN_THUMBR, /* R3 */ 1376 input_report_key(ds->gamepad, BTN_THUMBR, ds_report->buttons[1] & DS_BUTTONS1_R3); in dualsense_parse_report() 2299 input_report_key(ds4->gamepad, BTN_THUMBR, ds4_report->buttons[1] & DS_BUTTONS1_R3); in dualshock4_parse_report()
|
D | hid-debug.c | 3293 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
|
D | hid-nintendo.c | 402 { BTN_THUMBR, JC_BTN_RSTICK, }, 429 { BTN_THUMBR, JC_BTN_RSTICK, },
|
D | hid-wiimote-modules.c | 1620 BTN_THUMBR, /* WIIMOD_PRO_KEY_THUMBR */
|
/linux-6.12.1/drivers/input/joystick/ |
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()
|
D | xpad.c | 395 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 808 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad_process_packet() 870 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad360_process_packet() 1068 input_report_key(dev, BTN_THUMBR, data[5] & BIT(7)); in xpadone_process_packet()
|
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-6.12.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h700-anbernic-rg35xx-h.dts | 98 linux,code = <BTN_THUMBR>;
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3566-anbernic-rg353x.dtsi | 157 linux,code = <BTN_THUMBR>;
|
D | rk3566-anbernic-rg503.dts | 248 linux,code = <BTN_THUMBR>;
|
D | rk3566-powkiddy-rk2023.dtsi | 181 linux,code = <BTN_THUMBR>;
|
D | rk3566-powkiddy-x55.dts | 162 linux,code = <BTN_THUMBR>;
|
D | rk3588s-gameforce-ace.dts | 254 linux,code = <BTN_THUMBR>;
|
/linux-6.12.1/include/uapi/linux/ |
D | input-event-codes.h | 399 #define BTN_THUMBR 0x13e macro
|
/linux-6.12.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 399 #define BTN_THUMBR 0x13e macro
|
/linux-6.12.1/Documentation/input/ |
D | gamepad.rst | 153 BTN_THUMBL (first/left) and BTN_THUMBR (second/right).
|