Searched refs:v_config (Results 1 – 2 of 2) sorted by relevance
140 const struct mod_n1sdp_volt_sensor_config *v_config; in get_info() local154 v_config = fwk_module_get_data(element_id); in get_info()155 return_info = v_config->info; in get_info()215 struct mod_n1sdp_volt_sensor_config *v_config; in n1sdp_sensor_element_init() local241 v_config = (struct mod_n1sdp_volt_sensor_config *)data; in n1sdp_sensor_element_init()248 v_dev_ctx->config = v_config; in n1sdp_sensor_element_init()
193 struct mod_morello_volt_sensor_config *v_config; in morello_sensor_element_init() local213 v_config = (struct mod_morello_volt_sensor_config *)data; in morello_sensor_element_init()217 v_dev_ctx->config = v_config; in morello_sensor_element_init()
Completed in 3 milliseconds