Lines Matching defs:comp
129 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_uuid_token()
140 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_bool_token()
151 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_byte_token()
162 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_short_token()
173 avs_parse_word_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_word_token()
184 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_string_token()
194 static int avs_parse_uuid_tokens(struct snd_soc_component *comp, void *object, in avs_parse_uuid_tokens()
220 static int avs_parse_string_tokens(struct snd_soc_component *comp, void *object, in avs_parse_string_tokens()
246 static int avs_parse_word_tokens(struct snd_soc_component *comp, void *object, in avs_parse_word_tokens()
277 static int avs_parse_tokens(struct snd_soc_component *comp, void *object, in avs_parse_tokens()
353 parse_audio_format_bitfield(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in parse_audio_format_bitfield()
373 static int parse_link_formatted_string(struct snd_soc_component *comp, void *elem, in parse_link_formatted_string()
394 parse_dictionary_header(struct snd_soc_component *comp, in parse_dictionary_header()
418 parse_dictionary_entries(struct snd_soc_component *comp, in parse_dictionary_entries()
451 static int parse_dictionary(struct snd_soc_component *comp, in parse_dictionary()
482 static int avs_tplg_parse_libraries(struct snd_soc_component *comp, in avs_tplg_parse_libraries()
546 static int avs_tplg_parse_audio_formats(struct snd_soc_component *comp, in avs_tplg_parse_audio_formats()
587 static int avs_tplg_parse_modcfgs_base(struct snd_soc_component *comp, in avs_tplg_parse_modcfgs_base()
812 assign_copier_gtw_instance(struct snd_soc_component *comp, struct avs_tplg_modcfg_ext *cfg) in assign_copier_gtw_instance()
835 static int avs_tplg_parse_modcfg_ext(struct snd_soc_component *comp, in avs_tplg_parse_modcfg_ext()
885 static int avs_tplg_parse_modcfgs_ext(struct snd_soc_component *comp, in avs_tplg_parse_modcfgs_ext()
957 static int avs_tplg_parse_pplcfgs(struct snd_soc_component *comp, in avs_tplg_parse_pplcfgs()
1022 static int avs_tplg_parse_bindings(struct snd_soc_component *comp, in avs_tplg_parse_bindings()
1076 avs_tplg_module_create(struct snd_soc_component *comp, struct avs_tplg_pipeline *owner, in avs_tplg_module_create()
1128 avs_tplg_pipeline_create(struct snd_soc_component *comp, struct avs_tplg_path *owner, in avs_tplg_pipeline_create()
1235 avs_tplg_path_create(struct snd_soc_component *comp, struct avs_tplg_path_template *owner, in avs_tplg_path_create()
1301 static int parse_path_template(struct snd_soc_component *comp, in parse_path_template()
1348 avs_tplg_path_template_create(struct snd_soc_component *comp, struct avs_tplg *owner, in avs_tplg_path_template_create()
1371 static int avs_route_load(struct snd_soc_component *comp, int index, in avs_route_load()
1396 static int avs_widget_load(struct snd_soc_component *comp, int index, in avs_widget_load()
1433 static int avs_dai_load(struct snd_soc_component *comp, int index, in avs_dai_load()
1442 static int avs_link_load(struct snd_soc_component *comp, int index, struct snd_soc_dai_link *link, in avs_link_load()
1472 static int avs_manifest(struct snd_soc_component *comp, int index, in avs_manifest()
1587 struct avs_tplg *avs_tplg_new(struct snd_soc_component *comp) in avs_tplg_new()
1601 int avs_load_topology(struct snd_soc_component *comp, const char *filename) in avs_load_topology()
1620 int avs_remove_topology(struct snd_soc_component *comp) in avs_remove_topology()