Lines Matching refs:prof_desc
89 struct aw_prof_desc *prof_desc = NULL; in aw87xxx_update_off_prof() local
99 prof_desc = aw_acf_get_prof_desc_form_name(aw87xxx->dev, &aw87xxx->acf_info, profile); in aw87xxx_update_off_prof()
100 if (prof_desc == NULL) in aw87xxx_update_off_prof()
103 if (!prof_desc->prof_st) in aw87xxx_update_off_prof()
107 data_container = &prof_desc->data_container; in aw87xxx_update_off_prof()
129 aw87xxx->current_profile = prof_desc->prof_name; in aw87xxx_update_off_prof()
145 struct aw_prof_desc *prof_desc = NULL; in aw87xxx_update_profile() local
162 prof_desc = aw_acf_get_prof_desc_form_name(aw87xxx->dev, &aw87xxx->acf_info, profile); in aw87xxx_update_profile()
163 if (prof_desc == NULL) { in aw87xxx_update_profile()
169 if (!prof_desc->prof_st) { in aw87xxx_update_profile()
175 data_container = &prof_desc->data_container; in aw87xxx_update_profile()
199 aw87xxx->current_profile = prof_desc->prof_name; in aw87xxx_update_profile()
261 struct aw_prof_desc *prof_desc = NULL; in aw87xxx_esd_update_off_prof() local
266 prof_desc = aw_acf_get_prof_desc_form_name(aw87xxx->dev, &aw87xxx->acf_info, profile); in aw87xxx_esd_update_off_prof()
267 if (prof_desc == NULL) in aw87xxx_esd_update_off_prof()
270 if (!prof_desc->prof_st) in aw87xxx_esd_update_off_prof()
273 data_container = &prof_desc->data_container; in aw87xxx_esd_update_off_prof()
295 aw87xxx->current_profile = prof_desc->prof_name; in aw87xxx_esd_update_off_prof()
308 struct aw_prof_desc *prof_desc = NULL; in aw87xxx_esd_update_profile() local
323 prof_desc = aw_acf_get_prof_desc_form_name(aw87xxx->dev, &aw87xxx->acf_info, in aw87xxx_esd_update_profile()
325 if (prof_desc == NULL) { in aw87xxx_esd_update_profile()
330 if (!prof_desc->prof_st) { in aw87xxx_esd_update_profile()
335 data_container = &prof_desc->data_container; in aw87xxx_esd_update_profile()
354 aw87xxx->current_profile = prof_desc->prof_name; in aw87xxx_esd_update_profile()