Searched refs:input_event (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.5.0/subsys/input/ |
D | input.c | 16 K_MSGQ_DEFINE(input_msgq, sizeof(struct input_event), 21 static void input_process(struct input_event *evt) in input_process() 44 struct input_event evt = { in input_report() 64 struct input_event evt; in input_thread()
|
D | input_longpress.c | 53 static void longpress_cb(const struct device *dev, struct input_event *evt) in longpress_cb() 116 static void longpress_cb_##inst(struct input_event *evt) \
|
D | input_utils.c | 50 static void input_cb(struct input_event *evt) in input_cb()
|
/Zephyr-Core-3.5.0/tests/subsys/input/api/src/ |
D | main.c | 20 static void input_cb_filtered(struct input_event *evt) in input_cb_filtered() 34 static void input_cb_unfiltered(struct input_event *evt) in input_cb_unfiltered() 88 static void input_cb_filtered(struct input_event *evt) in input_cb_filtered() 96 static void input_cb_unfiltered(struct input_event *evt) in input_cb_unfiltered() 119 static struct input_event last_event; 121 static void input_cb_last_event(struct input_event *evt) in input_cb_last_event()
|
/Zephyr-Core-3.5.0/tests/subsys/input/input_longpress/src/ |
D | main.c | 21 static struct input_event last_events[2]; 23 static void test_cb(struct input_event *evt) in test_cb() 28 memcpy(&last_events[1], &last_events[0], sizeof(struct input_event)); in test_cb() 29 memcpy(&last_events[0], evt, sizeof(struct input_event)); in test_cb()
|
/Zephyr-Core-3.5.0/include/zephyr/input/ |
D | input.h | 34 struct input_event { struct 125 void (*callback)(struct input_event *evt);
|
/Zephyr-Core-3.5.0/drivers/kscan/ |
D | kscan_input.c | 26 static void kscan_input_cb(const struct device *dev, struct input_event *evt) in kscan_input_cb() 103 static void kscan_input_cb_##index(struct input_event *evt) \
|
/Zephyr-Core-3.5.0/modules/lvgl/include/ |
D | lvgl_common_input.h | 39 static void lvgl_input_cb_##_##inst(struct input_event *evt) \
|
/Zephyr-Core-3.5.0/tests/drivers/input/gpio_keys/src/ |
D | main.c | 38 static void test_gpio_keys_cb_handler(struct input_event *evt) in test_gpio_keys_cb_handler()
|
/Zephyr-Core-3.5.0/modules/lvgl/input/ |
D | lvgl_encoder_input.c | 22 static void lvgl_encoder_process_event(const struct device *dev, struct input_event *evt) in lvgl_encoder_process_event()
|
D | lvgl_button_input.c | 23 static void lvgl_button_process_event(const struct device *dev, struct input_event *evt) in lvgl_button_process_event()
|
D | lvgl_pointer_input.c | 24 static void lvgl_pointer_process_event(const struct device *dev, struct input_event *evt) in lvgl_pointer_process_event()
|
/Zephyr-Core-3.5.0/samples/subsys/usb/hid-mouse/src/ |
D | main.c | 55 static void input_cb(struct input_event *evt) in input_cb()
|
/Zephyr-Core-3.5.0/doc/services/input/ |
D | index.rst | 12 The subsystem is built around the :c:struct:`input_event` structure. An input 16 The :c:struct:`input_event` structure describes the specific event, and
|