Lines Matching defs:aw_dev
27 static int aw_check_sum(struct aw_device *aw_dev, struct aw_bin *bin, int bin_num) in aw_check_sum()
53 static int aw_check_data_version(struct aw_device *aw_dev, struct aw_bin *bin, int bin_num) in aw_check_data_version()
64 static int aw_check_register_num(struct aw_device *aw_dev, struct aw_bin *bin, int bin_num) in aw_check_register_num()
91 static int aw_check_dsp_reg_num(struct aw_device *aw_dev, struct aw_bin *bin, int bin_num) in aw_check_dsp_reg_num()
122 static int aw_check_soc_app_num(struct aw_device *aw_dev, struct aw_bin *bin, int bin_num) in aw_check_soc_app_num()
159 static int aw_parse_one_of_multi_bins(struct aw_device *aw_dev, unsigned int bin_num, in aw_parse_one_of_multi_bins()
190 static int aw_get_multi_bin_header(struct aw_device *aw_dev, struct aw_bin *bin) in aw_get_multi_bin_header()
212 static int aw_parse_bin_header(struct aw_device *aw_dev, struct aw_bin *bin) in aw_parse_bin_header()
247 static int aw_check_bin_header_version(struct aw_device *aw_dev, struct aw_bin *bin) in aw_check_bin_header_version()
263 static int aw_parsing_bin_file(struct aw_device *aw_dev, struct aw_bin *bin) in aw_parsing_bin_file()
362 static int aw_dev_prof_parse_multi_bin(struct aw_device *aw_dev, unsigned char *data, in aw_dev_prof_parse_multi_bin()
433 static int aw_dev_parse_reg_bin_with_hdr(struct aw_device *aw_dev, in aw_dev_parse_reg_bin_with_hdr()
482 static int aw_dev_parse_data_by_sec_type(struct aw_device *aw_dev, struct aw_cfg_hdr *cfg_hdr, in aw_dev_parse_data_by_sec_type()
511 static int aw_dev_parse_dev_type(struct aw_device *aw_dev, in aw_dev_parse_dev_type()
548 static int aw_dev_parse_dev_default_type(struct aw_device *aw_dev, in aw_dev_parse_dev_default_type()
583 static int aw88261_dev_cfg_get_valid_prof(struct aw_device *aw_dev, in aw88261_dev_cfg_get_valid_prof()
625 static int aw88395_dev_cfg_get_valid_prof(struct aw_device *aw_dev, in aw88395_dev_cfg_get_valid_prof()
684 static int aw_dev_load_cfg_by_hdr(struct aw_device *aw_dev, in aw_dev_load_cfg_by_hdr()
728 static int aw_dev_create_prof_name_list_v1(struct aw_device *aw_dev) in aw_dev_create_prof_name_list_v1()
754 static int aw_get_dde_type_info(struct aw_device *aw_dev, struct aw_container *aw_cfg) in aw_get_dde_type_info()
783 static int aw_get_dev_scene_count_v1(struct aw_device *aw_dev, struct aw_container *aw_cfg, in aw_get_dev_scene_count_v1()
823 static int aw_get_default_scene_count_v1(struct aw_device *aw_dev, in aw_get_default_scene_count_v1()
862 static int aw_dev_parse_scene_count_v1(struct aw_device *aw_dev, in aw_dev_parse_scene_count_v1()
888 static int aw_dev_parse_data_by_sec_type_v1(struct aw_device *aw_dev, in aw_dev_parse_data_by_sec_type_v1()
928 static int aw_dev_parse_dev_type_v1(struct aw_device *aw_dev, in aw_dev_parse_dev_type_v1()
958 static int aw_dev_parse_default_type_v1(struct aw_device *aw_dev, in aw_dev_parse_default_type_v1()
987 static int aw_dev_parse_by_hdr_v1(struct aw_device *aw_dev, in aw_dev_parse_by_hdr_v1()
1009 static int aw_dev_load_cfg_by_hdr_v1(struct aw_device *aw_dev, in aw_dev_load_cfg_by_hdr_v1()
1043 int aw88395_dev_cfg_load(struct aw_device *aw_dev, struct aw_container *aw_cfg) in aw88395_dev_cfg_load()
1077 static int aw_dev_check_cfg_by_hdr(struct aw_device *aw_dev, struct aw_container *aw_cfg) in aw_dev_check_cfg_by_hdr()
1135 static int aw_dev_check_acf_by_hdr_v1(struct aw_device *aw_dev, struct aw_container *aw_cfg) in aw_dev_check_acf_by_hdr_v1()
1194 int aw88395_dev_load_acf_check(struct aw_device *aw_dev, struct aw_container *aw_cfg) in aw88395_dev_load_acf_check()