Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/joystick/
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()
/Linux-v5.10/drivers/hid/
Dhid-steam.c426 input_set_capability(input, EV_KEY, BTN_DPAD_LEFT); in steam_input_register()
980 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2))); in steam_do_input_event()
Dhid-debug.c839 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
Dhid-sony.c364 [0x08] = BTN_DPAD_LEFT, /* Left */
391 [0x08] = BTN_DPAD_LEFT, /* Left */
Dhid-wiimote-modules.c1611 BTN_DPAD_LEFT, /* WIIMOD_PRO_KEY_LEFT */
/Linux-v5.10/include/uapi/linux/
Dinput-event-codes.h599 #define BTN_DPAD_LEFT 0x222 macro
/Linux-v5.10/include/dt-bindings/input/
Dlinux-event-codes.h599 #define BTN_DPAD_LEFT 0x222 macro
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3326-odroid-go2.dts59 linux,code = <BTN_DPAD_LEFT>;