Lines Matching refs:prof_info
146 struct aw_prof_info *prof_info = &aw87xxx->acf_info.prof_info; in aw87xxx_update_profile() local
152 if (!prof_info->status) { in aw87xxx_update_profile()
309 struct aw_prof_info *prof_info = &aw87xxx->acf_info.prof_info; in aw87xxx_esd_update_profile() local
315 if (!prof_info->status) { in aw87xxx_esd_update_profile()
706 struct aw_prof_info *prof_info = &aw87xxx->acf_info.prof_info; in aw87xxx_fw_load_work_routine() local
710 if (prof_info->status == AW_ACF_WAIT) { in aw87xxx_fw_load_work_routine()
813 struct aw_prof_info *prof_info = &aw87xxx->acf_info.prof_info; in aw87xxx_attr_get_profile() local
815 if (!prof_info->status) { in aw87xxx_attr_get_profile()
823 for (i = 0; i < prof_info->count; i++) { in aw87xxx_attr_get_profile()
824 if (!strncmp(aw87xxx->current_profile, prof_info->prof_name_list[i], in aw87xxx_attr_get_profile()
827 ">%s\n", prof_info->prof_name_list[i]); in aw87xxx_attr_get_profile()
830 " %s\n", prof_info->prof_name_list[i]); in aw87xxx_attr_get_profile()