Searched refs:BTN_DPAD_DOWN (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/input/joystick/ |
| D | psxpad-spi.c | 236 input_report_key(input, BTN_DPAD_DOWN, b_rsp3 & BIT(1)); in psxpad_spi_poll() 263 input_report_key(input, BTN_DPAD_DOWN, b_rsp3 & BIT(1)); in psxpad_spi_poll() 326 input_set_capability(idev, EV_KEY, BTN_DPAD_DOWN); in psxpad_spi_probe()
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-steam.c | 427 input_set_capability(input, EV_KEY, BTN_DPAD_DOWN); in steam_input_register() 975 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3))); in steam_do_input_event()
|
| D | hid-debug.c | 838 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
|
| D | hid-sony.c | 363 [0x07] = BTN_DPAD_DOWN, /* Down */ 390 [0x07] = BTN_DPAD_DOWN, /* Down */
|
| D | hid-wiimote-modules.c | 1595 BTN_DPAD_DOWN, /* WIIMOD_PRO_KEY_DOWN */ 2199 BTN_DPAD_DOWN, /* WIIMOD_GUITAR_KEY_DOWN */
|
| /Linux-v5.4/include/dt-bindings/input/ |
| D | linux-event-codes.h | 594 #define BTN_DPAD_DOWN 0x221 macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | input-event-codes.h | 594 #define BTN_DPAD_DOWN 0x221 macro
|