Home
last modified time | relevance | path

Searched refs:BTN_DPAD_RIGHT (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/input/joystick/
Dpsxpad-spi.c238 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2)); in psxpad_spi_poll()
265 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2)); in psxpad_spi_poll()
328 input_set_capability(idev, EV_KEY, BTN_DPAD_RIGHT); in psxpad_spi_probe()
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h594 #define BTN_DPAD_RIGHT 0x223 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h594 #define BTN_DPAD_RIGHT 0x223 macro
/Linux-v4.19/drivers/hid/
Dhid-steam.c456 input_set_capability(input, EV_KEY, BTN_DPAD_RIGHT); in steam_register()
945 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1))); in steam_do_input_event()
Dhid-debug.c856 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
Dhid-sony.c364 [0x06] = BTN_DPAD_RIGHT, /* Right */
391 [0x06] = BTN_DPAD_RIGHT, /* Right */
Dhid-wiimote-modules.c1596 BTN_DPAD_RIGHT, /* WIIMOD_PRO_KEY_RIGHT */