Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_acf_bin.c520 profile_prof_desc->prof_name = aw_get_prof_name(prof_hdr->dev_profile); in aw_parse_data_by_sec_type_v_0_0_0_1()
529 profile_prof_desc->prof_name = aw_get_prof_name(prof_hdr->dev_profile); in aw_parse_data_by_sec_type_v_0_0_0_1()
705 prof_info->prof_desc[index].prof_name = aw_get_prof_name(AW_PROFILE_OFF); in aw_set_prof_off_info_v_0_0_0_1()
778 prof_info->prof_desc[i].prof_name); in aw_set_prof_name_list_v_0_0_0_1()
1187 prof_desc->prof_name = prof_hdr->dev_profile_str; in aw_parse_data_by_sec_type_v_1_0_0_0()
1197 prof_desc->prof_name = prof_hdr->dev_profile_str; in aw_parse_data_by_sec_type_v_1_0_0_0()
1325 prof_info->prof_desc[i].prof_name = prof_info->prof_name_list[i]; in aw_set_prof_off_info_v_1_0_0_0()
1463 if (!strncmp(profile_name, prof_info->prof_desc[i].prof_name, in aw_acf_get_prof_desc_form_name()
1516 return prof_info->prof_desc[index].prof_name; in aw_acf_get_prof_name_form_index()
H A Daw_acf_bin.h146 char *prof_name; member
H A Daw87xxx.c129 aw87xxx->current_profile = prof_desc->prof_name; in aw87xxx_update_off_prof()
199 aw87xxx->current_profile = prof_desc->prof_name; in aw87xxx_update_profile()
295 aw87xxx->current_profile = prof_desc->prof_name; in aw87xxx_esd_update_off_prof()
354 aw87xxx->current_profile = prof_desc->prof_name; in aw87xxx_esd_update_profile()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.c1194 char *prof_name = NULL; in aw_dev_fw_update() local
1207 prof_name = aw_dev_get_prof_name(aw_dev, aw_dev->set_prof); in aw_dev_fw_update()
1208 if (prof_name == NULL) in aw_dev_fw_update()
1211 aw_dev_info(aw_dev->dev, "start update %s", prof_name); in aw_dev_fw_update()
1262 aw_dev_info(aw_dev->dev, "load %s done", prof_name); in aw_dev_fw_update()
H A Daw883xx.c942 const char *prof_name = NULL; in aw883xx_profile_info() local
966 prof_name = aw_dev_get_prof_name(aw883xx->aw_pa, count); in aw883xx_profile_info()
967 if (prof_name == NULL) { in aw883xx_profile_info()
973 strlcpy(name, prof_name, sizeof(uinfo->value.enumerated.name)); in aw883xx_profile_info()