Home
last modified time | relevance | path

Searched full:input_ev_abs (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/dts/bindings/input/
Dfutaba,sbus.yaml21 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
/Zephyr-latest/include/zephyr/input/
Dinput.h100 * @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()
/Zephyr-latest/boards/nxp/vmu_rt1170/
Dvmu_rt1170_mimxrt1176_cm7.dts192 type = <INPUT_EV_ABS>;
197 type = <INPUT_EV_ABS>;
202 type = <INPUT_EV_ABS>;
207 type = <INPUT_EV_ABS>;
/Zephyr-latest/drivers/input/
Dinput_sbus.c97 case INPUT_EV_ABS: in input_sbus_report()
344 BUILD_ASSERT(DT_PROP(input_channel_id, type) == INPUT_EV_ABS || \
/Zephyr-latest/tests/subsys/input/api/src/
Dmain.c151 zassert_equal(last_event.type, INPUT_EV_ABS); in ZTEST()
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay179 type = <INPUT_EV_ABS>;
/Zephyr-latest/include/zephyr/dt-bindings/input/
Dinput-event-codes.h27 #define INPUT_EV_ABS 0x03 /**< Absolute coordinate event */ macro