Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dpsxpad-spi.c235 input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0)); in psxpad_spi_poll()
262 input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0)); in psxpad_spi_poll()
319 input_set_capability(idev, EV_KEY, BTN_DPAD_LEFT); in psxpad_spi_probe()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-nintendo.c470 input_report_key(dev, BTN_DPAD_LEFT, btns & JC_BTN_LEFT); in joycon_parse_report()
512 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
H A Dhid-steam.c436 input_set_capability(input, EV_KEY, BTN_DPAD_LEFT); in steam_input_register()
990 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2))); in steam_do_input_event()
H A Dhid-debug.c841 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
H A Dhid-sony.c364 [0x08] = BTN_DPAD_LEFT, /* Left */
391 [0x08] = BTN_DPAD_LEFT, /* Left */
H A Dhid-wiimote-modules.c1611 BTN_DPAD_LEFT, /* WIIMOD_PRO_KEY_LEFT */
/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.h593 #define BTN_DPAD_LEFT 0x222 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.h593 #define BTN_DPAD_LEFT 0x222 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h591 #define BTN_DPAD_LEFT 0x222 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h565 #define BTN_DPAD_LEFT 0x222 macro
H A Dlinux-event-codes.h600 #define BTN_DPAD_LEFT 0x222 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h600 #define BTN_DPAD_LEFT 0x222 macro
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go2.dts59 linux,code = <BTN_DPAD_LEFT>;