Searched refs:BTN_DPAD_DOWN (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/input/joystick/ |
| A D | psxpad-spi.c | 234 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()
|
| A D | n64joy.c | 162 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()
|
| /linux/drivers/hid/ |
| A D | hid-steam.c | 427 input_set_capability(input, EV_KEY, BTN_DPAD_DOWN); in steam_input_register() 981 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3))); in steam_do_input_event()
|
| A D | hid-debug.c | 840 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
|
| A D | hid-nintendo.c | 1300 input_report_key(dev, BTN_DPAD_DOWN, in joycon_parse_report() 1588 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
|
| A D | hid-sony.c | 391 [0x07] = BTN_DPAD_DOWN, /* Down */ 418 [0x07] = BTN_DPAD_DOWN, /* Down */
|
| A D | hid-wiimote-modules.c | 1614 BTN_DPAD_DOWN, /* WIIMOD_PRO_KEY_DOWN */ 2218 BTN_DPAD_DOWN, /* WIIMOD_GUITAR_KEY_DOWN */
|
| /linux/include/dt-bindings/input/ |
| A D | linux-event-codes.h | 598 #define BTN_DPAD_DOWN 0x221 macro
|
| /linux/include/uapi/linux/ |
| A D | input-event-codes.h | 598 #define BTN_DPAD_DOWN 0x221 macro
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3326-odroid-go2.dts | 82 linux,code = <BTN_DPAD_DOWN>;
|
Completed in 44 milliseconds