Searched refs:BTN_DPAD_RIGHT (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/input/joystick/ |
| D | psxpad-spi.c | 236 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2)); in psxpad_spi_poll() 263 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2)); in psxpad_spi_poll() 320 input_set_capability(idev, EV_KEY, BTN_DPAD_RIGHT); in psxpad_spi_probe()
|
| /Linux-v5.10/drivers/hid/ |
| D | hid-steam.c | 425 input_set_capability(input, EV_KEY, BTN_DPAD_RIGHT); in steam_input_register() 979 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1))); in steam_do_input_event()
|
| D | hid-debug.c | 839 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
|
| D | hid-sony.c | 362 [0x06] = BTN_DPAD_RIGHT, /* Right */ 389 [0x06] = BTN_DPAD_RIGHT, /* Right */
|
| D | hid-wiimote-modules.c | 1612 BTN_DPAD_RIGHT, /* WIIMOD_PRO_KEY_RIGHT */
|
| /Linux-v5.10/include/uapi/linux/ |
| D | input-event-codes.h | 600 #define BTN_DPAD_RIGHT 0x223 macro
|
| /Linux-v5.10/include/dt-bindings/input/ |
| D | linux-event-codes.h | 600 #define BTN_DPAD_RIGHT 0x223 macro
|
| /Linux-v5.10/arch/arm64/boot/dts/rockchip/ |
| D | rk3326-odroid-go2.dts | 64 linux,code = <BTN_DPAD_RIGHT>;
|