Home
last modified time | relevance | path

Searched refs:INPUT_EV_DEVICE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/input/
Dinput-event-codes.h29 #define INPUT_EV_DEVICE 0xef /**< Device specific input event */ macro
/Zephyr-latest/drivers/input/
Dinput_cst816s.c165 input_report(dev, INPUT_EV_DEVICE, (uint16_t)gesture, 0, true, K_FOREVER); in cst816s_process()