Home
last modified time | relevance | path

Searched refs:BTN_DPAD_RIGHT (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/input/joystick/
A Dpsxpad-spi.c236 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2)); in psxpad_spi_poll()
263 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2)); in psxpad_spi_poll()
320 input_set_capability(idev, EV_KEY, BTN_DPAD_RIGHT); in psxpad_spi_probe()
A Dn64joy.c164 input_report_key(dev, BTN_DPAD_RIGHT, data[i].right); in n64joy_poll()
292 input_set_capability(dev, EV_KEY, BTN_DPAD_RIGHT); in n64joy_probe()
/linux/drivers/hid/
A Dhid-steam.c425 input_set_capability(input, EV_KEY, BTN_DPAD_RIGHT); in steam_input_register()
979 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1))); in steam_do_input_event()
A Dhid-debug.c841 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
A Dhid-nintendo.c1303 input_report_key(dev, BTN_DPAD_RIGHT, in joycon_parse_report()
1588 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
A Dhid-sony.c390 [0x06] = BTN_DPAD_RIGHT, /* Right */
417 [0x06] = BTN_DPAD_RIGHT, /* Right */
A Dhid-wiimote-modules.c1612 BTN_DPAD_RIGHT, /* WIIMOD_PRO_KEY_RIGHT */
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h600 #define BTN_DPAD_RIGHT 0x223 macro
/linux/include/uapi/linux/
A Dinput-event-codes.h600 #define BTN_DPAD_RIGHT 0x223 macro
/linux/arch/arm64/boot/dts/rockchip/
A Drk3326-odroid-go2.dts92 linux,code = <BTN_DPAD_RIGHT>;

Completed in 45 milliseconds