Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dpsxpad-spi.c236 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2)); in psxpad_spi_poll()
263 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2)); in psxpad_spi_poll()
320 input_set_capability(idev, EV_KEY, BTN_DPAD_RIGHT); in psxpad_spi_probe()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-nintendo.c469 input_report_key(dev, BTN_DPAD_RIGHT, btns & JC_BTN_RIGHT); in joycon_parse_report()
512 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
H A Dhid-steam.c435 input_set_capability(input, EV_KEY, BTN_DPAD_RIGHT); in steam_input_register()
989 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1))); in steam_do_input_event()
H A Dhid-debug.c841 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
H A Dhid-sony.c362 [0x06] = BTN_DPAD_RIGHT, /* Right */
389 [0x06] = BTN_DPAD_RIGHT, /* Right */
H A Dhid-wiimote-modules.c1612 BTN_DPAD_RIGHT, /* WIIMOD_PRO_KEY_RIGHT */
/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.h594 #define BTN_DPAD_RIGHT 0x223 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.h594 #define BTN_DPAD_RIGHT 0x223 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h592 #define BTN_DPAD_RIGHT 0x223 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h566 #define BTN_DPAD_RIGHT 0x223 macro
H A Dlinux-event-codes.h601 #define BTN_DPAD_RIGHT 0x223 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h601 #define BTN_DPAD_RIGHT 0x223 macro
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go2.dts64 linux,code = <BTN_DPAD_RIGHT>;