Home
last modified time | relevance | path

Searched refs:BTN_DPAD_UP (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/input/joystick/
Dpsxpad-spi.c233 input_report_key(input, BTN_DPAD_UP, b_rsp3 & BIT(3)); in psxpad_spi_poll()
260 input_report_key(input, BTN_DPAD_UP, b_rsp3 & BIT(3)); in psxpad_spi_poll()
317 input_set_capability(idev, EV_KEY, BTN_DPAD_UP); in psxpad_spi_probe()
/Linux-v5.10/drivers/hid/
Dhid-steam.c424 input_set_capability(input, EV_KEY, BTN_DPAD_UP); in steam_input_register()
978 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0))); in steam_do_input_event()
Dhid-debug.c838 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
Dhid-sony.c361 [0x05] = BTN_DPAD_UP, /* Up */
388 [0x05] = BTN_DPAD_UP, /* Up */
Dhid-wiimote-modules.c1613 BTN_DPAD_UP, /* WIIMOD_PRO_KEY_UP */
2217 BTN_DPAD_UP, /* WIIMOD_GUITAR_KEY_UP */
/Linux-v5.10/include/uapi/linux/
Dinput-event-codes.h597 #define BTN_DPAD_UP 0x220 macro
/Linux-v5.10/include/dt-bindings/input/
Dlinux-event-codes.h597 #define BTN_DPAD_UP 0x220 macro
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3326-odroid-go2.dts49 linux,code = <BTN_DPAD_UP>;