Home
last modified time | relevance | path

Searched refs:acf_info (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_acf_bin.c481 struct acf_bin_info *acf_info, in aw_check_product_name_v_0_0_0_1() argument
486 for (i = 0; i < acf_info->product_cnt; i++) { in aw_check_product_name_v_0_0_0_1()
487 if (0 == strcmp(acf_info->product_tab[i], prof_hdr->dev_name)) { in aw_check_product_name_v_0_0_0_1()
509 struct acf_bin_info *acf_info, in aw_parse_data_by_sec_type_v_0_0_0_1() argument
514 char *cfg_data = acf_info->fw_data + prof_hdr->data_offset; in aw_parse_data_by_sec_type_v_0_0_0_1()
547 struct acf_bin_info *acf_info, struct aw_all_prof_info *all_prof_info) in aw_parse_dev_type_v_0_0_0_1() argument
552 uint8_t soft_off_enable = acf_info->aw_dev->soft_off_enable; in aw_parse_dev_type_v_0_0_0_1()
555 (struct aw_acf_dde *)(acf_info->fw_data + acf_info->acf_hdr.ddt_offset); in aw_parse_dev_type_v_0_0_0_1()
559 for (i = 0; i < acf_info->acf_hdr.dde_num; i++) { in aw_parse_dev_type_v_0_0_0_1()
560 if ((acf_info->aw_dev->i2c_bus == acf_dde[i].dev_bus) && in aw_parse_dev_type_v_0_0_0_1()
[all …]
H A Daw_acf_bin.h178 struct acf_bin_info *acf_info);
179 int aw_acf_parse(struct device *dev, struct acf_bin_info *acf_info);
181 struct acf_bin_info *acf_info, char *profile_name);
183 struct acf_bin_info *acf_info, char *profile_name);
185 struct acf_bin_info *acf_info, int index);
187 struct acf_bin_info *acf_info);
189 struct acf_bin_info *acf_info, char *profile_name);
191 struct acf_bin_info *acf_info);
192 void aw_acf_init(struct aw_device *aw_dev, struct acf_bin_info *acf_info, int index);
H A Daw87xxx.c99 prof_desc = aw_acf_get_prof_desc_form_name(aw87xxx->dev, &aw87xxx->acf_info, profile); in aw87xxx_update_off_prof()
146 struct aw_prof_info *prof_info = &aw87xxx->acf_info.prof_info; in aw87xxx_update_profile()
162 prof_desc = aw_acf_get_prof_desc_form_name(aw87xxx->dev, &aw87xxx->acf_info, profile); in aw87xxx_update_profile()
266 prof_desc = aw_acf_get_prof_desc_form_name(aw87xxx->dev, &aw87xxx->acf_info, profile); in aw87xxx_esd_update_off_prof()
309 struct aw_prof_info *prof_info = &aw87xxx->acf_info.prof_info; in aw87xxx_esd_update_profile()
323 prof_desc = aw_acf_get_prof_desc_form_name(aw87xxx->dev, &aw87xxx->acf_info, in aw87xxx_esd_update_profile()
382 count = aw_acf_get_profile_count(aw87xxx->dev, &aw87xxx->acf_info); in aw87xxx_profile_switch_info()
396 &aw87xxx->acf_info, count); in aw87xxx_profile_switch_info()
415 struct acf_bin_info *acf_info = &aw87xxx->acf_info; in aw87xxx_profile_switch_put() local
422 profile_name = aw_acf_get_prof_name_form_index(aw87xxx->dev, acf_info, index); in aw87xxx_profile_switch_put()
[all …]
H A Daw87xxx.h110 struct acf_bin_info acf_info; member