Searched refs:BTN_DPAD_LEFT (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/input/joystick/ |
| D | psxpad-spi.c | 237 input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0)); in psxpad_spi_poll() 264 input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0)); in psxpad_spi_poll() 327 input_set_capability(idev, EV_KEY, BTN_DPAD_LEFT); in psxpad_spi_probe()
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-steam.c | 426 input_set_capability(input, EV_KEY, BTN_DPAD_LEFT); in steam_input_register() 974 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2))); in steam_do_input_event()
|
| D | hid-debug.c | 839 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
|
| D | hid-sony.c | 364 [0x08] = BTN_DPAD_LEFT, /* Left */ 391 [0x08] = BTN_DPAD_LEFT, /* Left */
|
| D | hid-wiimote-modules.c | 1592 BTN_DPAD_LEFT, /* WIIMOD_PRO_KEY_LEFT */
|
| /Linux-v5.4/include/dt-bindings/input/ |
| D | linux-event-codes.h | 595 #define BTN_DPAD_LEFT 0x222 macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | input-event-codes.h | 595 #define BTN_DPAD_LEFT 0x222 macro
|