Searched refs:common_config (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_encoder_input.c | 17 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), \
|
D | lvgl_keypad_input.c | 18 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), \
|
D | lvgl_button_input.c | 17 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), \
|
D | lvgl_pointer_input.c | 18 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/ |
D | regulator_max20335.c | 295 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()
|