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()
426 static int aw_dev_parse_reg_bin_with_hdr(struct aw_device *aw_dev, in aw_dev_parse_reg_bin_with_hdr()
460 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()
489 static int aw_dev_parse_dev_type(struct aw_device *aw_dev, in aw_dev_parse_dev_type()
526 static int aw_dev_parse_dev_default_type(struct aw_device *aw_dev, in aw_dev_parse_dev_default_type()
562 static int aw_dev_cfg_get_reg_valid_prof(struct aw_device *aw_dev, in aw_dev_cfg_get_reg_valid_prof()
604 static int aw_dev_cfg_get_multiple_valid_prof(struct aw_device *aw_dev, in aw_dev_cfg_get_multiple_valid_prof()
663 static int aw_dev_load_cfg_by_hdr(struct aw_device *aw_dev, in aw_dev_load_cfg_by_hdr()
701 static int aw_dev_create_prof_name_list_v1(struct aw_device *aw_dev) in aw_dev_create_prof_name_list_v1()
727 static int aw_get_dde_type_info(struct aw_device *aw_dev, struct aw_container *aw_cfg) in aw_get_dde_type_info()
756 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()
782 static int aw_get_default_scene_count_v1(struct aw_device *aw_dev, in aw_get_default_scene_count_v1()
809 static int aw_dev_parse_scene_count_v1(struct aw_device *aw_dev, in aw_dev_parse_scene_count_v1()
835 static int aw_dev_parse_data_by_sec_type_v1(struct aw_device *aw_dev, in aw_dev_parse_data_by_sec_type_v1()
875 static int aw_dev_parse_dev_type_v1(struct aw_device *aw_dev, in aw_dev_parse_dev_type_v1()
905 static int aw_dev_parse_default_type_v1(struct aw_device *aw_dev, in aw_dev_parse_default_type_v1()
934 static int aw_dev_parse_by_hdr_v1(struct aw_device *aw_dev, in aw_dev_parse_by_hdr_v1()
956 static int aw_dev_load_cfg_by_hdr_v1(struct aw_device *aw_dev, in aw_dev_load_cfg_by_hdr_v1()
990 int aw88395_dev_cfg_load(struct aw_device *aw_dev, struct aw_container *aw_cfg) in aw88395_dev_cfg_load()
1024 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()
1082 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()
1141 int aw88395_dev_load_acf_check(struct aw_device *aw_dev, struct aw_container *aw_cfg) in aw88395_dev_load_acf_check()