Searched refs:common_config (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/modules/lvgl/input/ |
D | lvgl_encoder_input.c | 17 struct lvgl_common_input_config common_config; /* Needs to be first member */ member 36 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_encoder_process_event() 63 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
|
D | lvgl_button_input.c | 17 struct lvgl_common_input_config common_config; /* Needs to be first member */ member 43 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_button_process_event() 77 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, button), \
|
D | lvgl_pointer_input.c | 18 struct lvgl_common_input_config common_config; /* Needs to be first member */ member 107 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_pointer_process_event() 121 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, pointer), \
|