Home
last modified time | relevance | path

Searched refs:common_config (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/lvgl/input/
Dlvgl_encoder_input.c17 struct lvgl_common_input_config common_config; /* Needs to be first member */ member
40 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_encoder_process_event()
67 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
Dlvgl_keypad_input.c18 struct lvgl_common_input_config common_config; /* Needs to be first member */ member
44 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_keypad_process_event()
65 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, keypad), \
Dlvgl_button_input.c17 struct lvgl_common_input_config common_config; /* Needs to be first member */ member
44 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), \
Dlvgl_pointer_input.c18 struct lvgl_common_input_config common_config; /* Needs to be first member */ member
124 if (k_msgq_put(cfg->common_config.event_msgq, &data->common_data.pending_event, in lvgl_pointer_process_event()
139 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, pointer), \
/Zephyr-latest/drivers/regulator/
Dregulator_max20335.c295 const struct regulator_max20335_common_config *common_config = dev->config; in regulator_max20335_power_off() local
297 return i2c_reg_write_byte_dt(&common_config->bus, MAX20335_PWR_CMD, MAX20335_OFF_MODE); in regulator_max20335_power_off()
315 const struct regulator_max20335_common_config *common_config = dev->config; in regulator_max20335_common_init() local
317 if (!i2c_is_ready_dt(&common_config->bus)) { in regulator_max20335_common_init()