Searched refs:BTN_DPAD_UP (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/input/joystick/ |
A D | psxpad-spi.c | 233 input_report_key(input, BTN_DPAD_UP, b_rsp3 & BIT(3)); in psxpad_spi_poll() 260 input_report_key(input, BTN_DPAD_UP, b_rsp3 & BIT(3)); in psxpad_spi_poll() 317 input_set_capability(idev, EV_KEY, BTN_DPAD_UP); in psxpad_spi_probe()
|
A D | n64joy.c | 161 input_report_key(dev, BTN_DPAD_UP, data[i].up); in n64joy_poll() 289 input_set_capability(dev, EV_KEY, BTN_DPAD_UP); in n64joy_probe()
|
/linux/drivers/hid/ |
A D | hid-steam.c | 424 input_set_capability(input, EV_KEY, BTN_DPAD_UP); in steam_input_register() 978 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0))); in steam_do_input_event()
|
A D | hid-debug.c | 840 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
|
A D | hid-nintendo.c | 1302 input_report_key(dev, BTN_DPAD_UP, btns & JC_BTN_UP); in joycon_parse_report() 1588 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
|
A D | hid-sony.c | 389 [0x05] = BTN_DPAD_UP, /* Up */ 416 [0x05] = BTN_DPAD_UP, /* Up */
|
A D | hid-wiimote-modules.c | 1613 BTN_DPAD_UP, /* WIIMOD_PRO_KEY_UP */ 2217 BTN_DPAD_UP, /* WIIMOD_GUITAR_KEY_UP */
|
/linux/include/dt-bindings/input/ |
A D | linux-event-codes.h | 597 #define BTN_DPAD_UP 0x220 macro
|
/linux/include/uapi/linux/ |
A D | input-event-codes.h | 597 #define BTN_DPAD_UP 0x220 macro
|
/linux/arch/arm64/boot/dts/rockchip/ |
A D | rk3326-odroid-go2.dts | 77 linux,code = <BTN_DPAD_UP>;
|
Completed in 37 milliseconds