Searched refs:BTN_DPAD_LEFT (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | psxpad-spi.c | 238 input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0)); in psxpad_spi_poll() 265 input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0)); in psxpad_spi_poll() 322 input_set_capability(idev, EV_KEY, BTN_DPAD_LEFT); in psxpad_spi_probe()
|
| H A D | n64joy.c | 163 input_report_key(dev, BTN_DPAD_LEFT, data[i].left); in n64joy_poll() 288 input_set_capability(dev, EV_KEY, BTN_DPAD_LEFT); in n64joy_probe()
|
| H A D | sensehat-joystick.c | 31 BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
|
| H A D | xpad.c | 425 BTN_DPAD_LEFT, BTN_DPAD_RIGHT, /* d-pad left, right */ 830 input_report_key(dev, BTN_DPAD_LEFT, data[2] & BIT(2)); in xpad_process_packet() 881 input_report_key(dev, BTN_DPAD_LEFT, data[2] & BIT(2)); in xpad360_process_packet() 1103 input_report_key(dev, BTN_DPAD_LEFT, data[5] & BIT(2)); in xpadone_process_packet()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-anbernic-rg353x.dtsi | 139 linux,code = <BTN_DPAD_LEFT>;
|
| H A D | rk3326-odroid-go.dtsi | 48 linux,code = <BTN_DPAD_LEFT>;
|
| H A D | rk3326-gameforce-chi.dts | 174 linux,code = <BTN_DPAD_LEFT>;
|
| H A D | rk3566-powkiddy-rk2023.dtsi | 139 linux,code = <BTN_DPAD_LEFT>;
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-v3s-anbernic-rg-nano.dts | 54 linux,code = <BTN_DPAD_LEFT>;
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 602 #define BTN_DPAD_LEFT 0x222 600 #define BTN_DPAD_LEFT global() macro
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-2024.dts | 76 linux,code = <BTN_DPAD_LEFT>;
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 602 #define BTN_DPAD_LEFT 0x222 macro
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3273 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
|