/kernel/linux/linux-5.10/drivers/input/joystick/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | psxpad-spi.c | 236 input_report_key(input, BTN_DPAD_UP, b_rsp3 & BIT(3)); in psxpad_spi_poll() 263 input_report_key(input, BTN_DPAD_UP, b_rsp3 & BIT(3)); in psxpad_spi_poll() 320 input_set_capability(idev, EV_KEY, BTN_DPAD_UP); in psxpad_spi_probe()
|
H 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()
|
H A D | sensehat-joystick.c | 31 BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-steam.c | 517 input_set_capability(input, EV_KEY, BTN_DPAD_UP); in steam_input_register() 1059 * 9.0 | BTN_DPAD_UP | left-pad up 1138 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0))); in steam_do_input_event() 1187 * 9.0 | BTN_DPAD_UP | left-pad up 1299 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0))); in steam_do_deck_input_event()
|
H A D | hid-sony.c | 379 [0x05] = BTN_DPAD_UP, /* Up */ 406 [0x05] = BTN_DPAD_UP, /* Up */
|
H A D | hid-nintendo.c | 1358 input_report_key(dev, BTN_DPAD_UP, btns & JC_BTN_UP); in joycon_parse_report() 1684 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
|
H A D | hid-debug.c | 877 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
|
H A D | hid-wiimote-modules.c | 1613 BTN_DPAD_UP, /* WIIMOD_PRO_KEY_UP */ 2217 BTN_DPAD_UP, /* WIIMOD_GUITAR_KEY_UP */
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-steam.c | 434 input_set_capability(input, EV_KEY, BTN_DPAD_UP); in steam_input_register() 909 * 9.0 | BTN_DPAD_UP | lef-pad up 988 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0))); in steam_do_input_event()
|
H A D | hid-sony.c | 361 [0x05] = BTN_DPAD_UP, /* Up */ 388 [0x05] = BTN_DPAD_UP, /* Up */
|
H A D | hid-wiimote-modules.c | 1613 BTN_DPAD_UP, /* WIIMOD_PRO_KEY_UP */ 2217 BTN_DPAD_UP, /* WIIMOD_GUITAR_KEY_UP */
|
H A D | hid-debug.c | 840 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 598 #define BTN_DPAD_UP 0x220 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 598 #define BTN_DPAD_UP 0x220 macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 598 #define BTN_DPAD_UP 0x220 macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 598 #define BTN_DPAD_UP 0x220 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 598 #define BTN_DPAD_UP 0x220 macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 598 #define BTN_DPAD_UP 0x220 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 536 #define BTN_DPAD_UP 0x220 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 536 #define BTN_DPAD_UP 0x220 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 517 #define BTN_DPAD_UP 0x220 macro
|