Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/joystick/
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()
Dn64joy.c162 input_report_key(dev, BTN_DPAD_DOWN, data[i].down); in n64joy_poll()
290 input_set_capability(dev, EV_KEY, BTN_DPAD_DOWN); in n64joy_probe()
Dsensehat-joystick.c31 BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
/linux-5.19.10/drivers/hid/
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()
Dhid-debug.c877 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
Dhid-nintendo.c1301 input_report_key(dev, BTN_DPAD_DOWN, in joycon_parse_report()
1590 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
Dhid-sony.c391 [0x07] = BTN_DPAD_DOWN, /* Down */
418 [0x07] = BTN_DPAD_DOWN, /* Down */
Dhid-wiimote-modules.c1614 BTN_DPAD_DOWN, /* WIIMOD_PRO_KEY_DOWN */
2218 BTN_DPAD_DOWN, /* WIIMOD_GUITAR_KEY_DOWN */
/linux-5.19.10/include/uapi/linux/
Dinput-event-codes.h599 #define BTN_DPAD_DOWN 0x221 macro
/linux-5.19.10/include/dt-bindings/input/
Dlinux-event-codes.h599 #define BTN_DPAD_DOWN 0x221 macro
/linux-5.19.10/arch/arm64/boot/dts/rockchip/
Drk3326-odroid-go2.dts82 linux,code = <BTN_DPAD_DOWN>;