Searched full:input_ev_abs (Results 1 – 7 of 7) sorted by relevance
21 type = <INPUT_EV_ABS>;26 type = <INPUT_EV_ABS>;31 type = <INPUT_EV_ABS>;36 type = <INPUT_EV_ABS>;54 INPUT_EV_ABS & INPUT_EV_MSC gives raw input value
100 * @brief Report a new @ref INPUT_EV_ABS input event.108 return input_report(dev, INPUT_EV_ABS, code, value, sync, timeout); in input_report_abs()
192 type = <INPUT_EV_ABS>;197 type = <INPUT_EV_ABS>;202 type = <INPUT_EV_ABS>;207 type = <INPUT_EV_ABS>;
97 case INPUT_EV_ABS: in input_sbus_report()344 BUILD_ASSERT(DT_PROP(input_channel_id, type) == INPUT_EV_ABS || \
151 zassert_equal(last_event.type, INPUT_EV_ABS); in ZTEST()
179 type = <INPUT_EV_ABS>;
27 #define INPUT_EV_ABS 0x03 /**< Absolute coordinate event */ macro