Searched refs:BTN_DPAD_UP (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | psxpad-spi.c | 235 input_report_key(input, BTN_DPAD_UP, b_rsp3 & BIT(3)); in psxpad_spi_poll() 262 input_report_key(input, BTN_DPAD_UP, b_rsp3 & BIT(3)); in psxpad_spi_poll() 325 input_set_capability(idev, EV_KEY, BTN_DPAD_UP); in psxpad_spi_probe()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 591 #define BTN_DPAD_UP 0x220 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 591 #define BTN_DPAD_UP 0x220 macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-steam.c | 455 input_set_capability(input, EV_KEY, BTN_DPAD_UP); in steam_register() 944 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0))); in steam_do_input_event()
|
D | hid-debug.c | 855 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
|
D | hid-sony.c | 363 [0x05] = BTN_DPAD_UP, /* Up */ 390 [0x05] = BTN_DPAD_UP, /* Up */
|
D | hid-wiimote-modules.c | 1597 BTN_DPAD_UP, /* WIIMOD_PRO_KEY_UP */ 2201 BTN_DPAD_UP, /* WIIMOD_GUITAR_KEY_UP */
|