Home
last modified time | relevance | path

Searched refs:BTN_DPAD_DOWN (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/input/joystick/
H A Dpsxpad-spi.c237 input_report_key(input, BTN_DPAD_DOWN, b_rsp3 & BIT(1)); in psxpad_spi_poll()
264 input_report_key(input, BTN_DPAD_DOWN, b_rsp3 & BIT(1)); in psxpad_spi_poll()
321 input_set_capability(idev, EV_KEY, BTN_DPAD_DOWN); in psxpad_spi_probe()
H A Dn64joy.c162 input_report_key(dev, BTN_DPAD_DOWN, data[i].down); in n64joy_poll()
287 input_set_capability(dev, EV_KEY, BTN_DPAD_DOWN); in n64joy_probe()
H A Dsensehat-joystick.c31 BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
H A Dxpad.c426 BTN_DPAD_UP, BTN_DPAD_DOWN, /* d-pad up, down */
833 input_report_key(dev, BTN_DPAD_DOWN, data[2] & BIT(1)); in xpad_process_packet()
884 input_report_key(dev, BTN_DPAD_DOWN, data[2] & BIT(1)); in xpad360_process_packet()
1106 input_report_key(dev, BTN_DPAD_DOWN, data[5] & BIT(1)); in xpadone_process_packet()
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3s-anbernic-rg-nano.dts48 linux,code = <BTN_DPAD_DOWN>;
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h601 #define BTN_DPAD_DOWN 0x221
599 #define BTN_DPAD_DOWN global() macro
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-2024.dts55 linux,code = <BTN_DPAD_DOWN>;
/linux/include/uapi/linux/
H A Dinput-event-codes.h601 #define BTN_DPAD_DOWN 0x221 macro
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go.dtsi43 linux,code = <BTN_DPAD_DOWN>;
H A Drk3566-anbernic-rgxx3.dtsi51 linux,code = <BTN_DPAD_DOWN>;
H A Drk3326-gameforce-chi.dts150 linux,code = <BTN_DPAD_DOWN>;
H A Drk3566-powkiddy-rk2023.dtsi121 linux,code = <BTN_DPAD_DOWN>;
/linux/drivers/hid/
H A Dhid-debug.c3272 [BTN_DPAD_UP] = "BtnDPadUp", [BTN_DPAD_DOWN] = "BtnDPadDown",