Home
last modified time | relevance | path

Searched refs:INPUT_EV_REL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/input/
Dinput.h96 return input_report(dev, INPUT_EV_REL, code, value, sync, timeout); in input_report_rel()
/Zephyr-latest/include/zephyr/dt-bindings/input/
Dinput-event-codes.h26 #define INPUT_EV_REL 0x02 /**< Relative coordinate event */ macro
/Zephyr-latest/tests/subsys/input/api/src/
Dmain.c159 zassert_equal(last_event.type, INPUT_EV_REL); in ZTEST()