Home
last modified time | relevance | path

Searched refs:data_container (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw87xxx.c90 struct aw_data_container *data_container = NULL; in aw87xxx_update_off_prof() local
107 data_container = &prof_desc->data_container; in aw87xxx_update_off_prof()
109 profile, data_container->len); in aw87xxx_update_off_prof()
115 ret = aw_dev->ops.pwr_off_func(aw_dev, data_container); in aw87xxx_update_off_prof()
121 ret = aw_dev_default_pwr_off(aw_dev, data_container); in aw87xxx_update_off_prof()
147 struct aw_data_container *data_container = NULL; in aw87xxx_update_profile() local
175 data_container = &prof_desc->data_container; in aw87xxx_update_profile()
177 profile, data_container->len); in aw87xxx_update_profile()
182 ret = aw_dev->ops.pwr_on_func(aw_dev, data_container); in aw87xxx_update_profile()
190 ret = aw_dev_default_pwr_on(aw_dev, data_container); in aw87xxx_update_profile()
[all …]
H A Daw_acf_bin.c390 prof_desc->data_container.data = data; in aw_parse_raw_reg()
391 prof_desc->data_container.len = data_len; in aw_parse_raw_reg()
427 prof_desc->data_container.data = in aw_parse_reg_with_hdr()
429 prof_desc->data_container.len = aw_bin->header_info[0].valid_data_len; in aw_parse_reg_with_hdr()
702 memset(&prof_info->prof_desc[index].data_container, 0, in aw_set_prof_off_info_v_0_0_0_1()
1327 memset(&prof_info->prof_desc[i].data_container, 0, in aw_set_prof_off_info_v_1_0_0_0()
1335 prof_info->prof_desc[i].data_container.len); in aw_set_prof_off_info_v_1_0_0_0()
H A Daw_acf_bin.h148 struct aw_data_container data_container; member