Searched refs:INPUT_EV_REL (Results 1 – 3 of 3) sorted by relevance
96 return input_report(dev, INPUT_EV_REL, code, value, sync, timeout); in input_report_rel()
26 #define INPUT_EV_REL 0x02 /**< Relative coordinate event */ macro
159 zassert_equal(last_event.type, INPUT_EV_REL); in ZTEST()