Lines Matching full:input
5 Input double tap pseudo-device
7 Listens for key events as an input and produces key events as output
15 #include <zephyr/dt-bindings/input/input-event-codes.h>
18 input = <&buttons>;
19 compatible = "zephyr,input-double-tap";
20 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>;
25 compatible: "zephyr,input-double-tap"
28 input:
31 Input device phandle, if not specified listen for input from all devices.
33 input-codes:
37 Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*).