Home
last modified time | relevance | path

Searched refs:BTN_DPAD_DOWN (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dpsxpad-spi.c234 input_report_key(input, BTN_DPAD_DOWN, b_rsp3 & BIT(1)); in psxpad_spi_poll()
261 input_report_key(input, BTN_DPAD_DOWN, b_rsp3 & BIT(1)); in psxpad_spi_poll()
318 input_set_capability(idev, EV_KEY, BTN_DPAD_DOWN); in psxpad_spi_probe()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-nintendo.c467 input_report_key(dev, BTN_DPAD_DOWN, btns & JC_BTN_DOWN); in joycon_parse_report()
512 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
H A Dhid-steam.c437 input_set_capability(input, EV_KEY, BTN_DPAD_DOWN); in steam_input_register()
991 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3))); in steam_do_input_event()
H A Dhid-debug.c840 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
H A Dhid-sony.c363 [0x07] = BTN_DPAD_DOWN, /* Down */
390 [0x07] = BTN_DPAD_DOWN, /* Down */
H A Dhid-wiimote-modules.c1614 BTN_DPAD_DOWN, /* WIIMOD_PRO_KEY_DOWN */
2218 BTN_DPAD_DOWN, /* WIIMOD_GUITAR_KEY_DOWN */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h592 #define BTN_DPAD_DOWN 0x221 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h592 #define BTN_DPAD_DOWN 0x221 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h590 #define BTN_DPAD_DOWN 0x221 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h564 #define BTN_DPAD_DOWN 0x221 macro
H A Dlinux-event-codes.h599 #define BTN_DPAD_DOWN 0x221 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h599 #define BTN_DPAD_DOWN 0x221 macro
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go2.dts54 linux,code = <BTN_DPAD_DOWN>;