Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
A Dpsxpad-spi.c235 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()
A Dn64joy.c163 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()
/linux/drivers/hid/
A Dhid-steam.c426 input_set_capability(input, EV_KEY, BTN_DPAD_LEFT); in steam_input_register()
980 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2))); in steam_do_input_event()
A Dhid-debug.c841 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
A Dhid-nintendo.c1305 input_report_key(dev, BTN_DPAD_LEFT, in joycon_parse_report()
1588 BTN_DPAD_UP, BTN_DPAD_DOWN, BTN_DPAD_LEFT, BTN_DPAD_RIGHT,
A Dhid-sony.c392 [0x08] = BTN_DPAD_LEFT, /* Left */
419 [0x08] = BTN_DPAD_LEFT, /* Left */
A Dhid-wiimote-modules.c1611 BTN_DPAD_LEFT, /* WIIMOD_PRO_KEY_LEFT */
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h599 #define BTN_DPAD_LEFT 0x222 macro
/linux/include/uapi/linux/
A Dinput-event-codes.h599 #define BTN_DPAD_LEFT 0x222 macro
/linux/arch/arm64/boot/dts/rockchip/
A Drk3326-odroid-go2.dts87 linux,code = <BTN_DPAD_LEFT>;

Completed in 38 milliseconds