Searched refs:BTN_DPAD_LEFT (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/input/joystick/ |
D | psxpad-spi.c | 235 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()
|
D | n64joy.c | 163 input_report_key(dev, BTN_DPAD_LEFT, data[i].left); in n64joy_poll() 291 input_set_capability(dev, EV_KEY, BTN_DPAD_LEFT); in n64joy_probe()
|
D | sensehat-joystick.c | 31 BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
|
/linux-6.1.9/arch/arm64/boot/dts/rockchip/ |
D | rk3566-anbernic-rg503.dts | 44 linux,code = <BTN_DPAD_LEFT>;
|
D | rk3566-anbernic-rg353p.dts | 38 linux,code = <BTN_DPAD_LEFT>;
|
D | rk3326-odroid-go2.dts | 106 linux,code = <BTN_DPAD_LEFT>;
|
/linux-6.1.9/drivers/hid/ |
D | hid-steam.c | 436 input_set_capability(input, EV_KEY, BTN_DPAD_LEFT); in steam_input_register() 990 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2))); in steam_do_input_event()
|
D | hid-debug.c | 878 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
|
D | hid-nintendo.c | 1310 input_report_key(dev, BTN_DPAD_LEFT, in joycon_parse_report() 1594 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
|
D | hid-sony.c | 392 [0x08] = BTN_DPAD_LEFT, /* Left */ 419 [0x08] = BTN_DPAD_LEFT, /* Left */
|
D | hid-wiimote-modules.c | 1611 BTN_DPAD_LEFT, /* WIIMOD_PRO_KEY_LEFT */
|
/linux-6.1.9/include/uapi/linux/ |
D | input-event-codes.h | 600 #define BTN_DPAD_LEFT 0x222 macro
|
/linux-6.1.9/include/dt-bindings/input/ |
D | linux-event-codes.h | 600 #define BTN_DPAD_LEFT 0x222 macro
|