Lines Matching defs:comp

131 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset)  in avs_parse_uuid_token()
142 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_bool_token()
153 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_byte_token()
164 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_short_token()
175 avs_parse_word_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_word_token()
186 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_string_token()
196 static int avs_parse_uuid_tokens(struct snd_soc_component *comp, void *object, in avs_parse_uuid_tokens()
222 static int avs_parse_string_tokens(struct snd_soc_component *comp, void *object, in avs_parse_string_tokens()
248 static int avs_parse_word_tokens(struct snd_soc_component *comp, void *object, in avs_parse_word_tokens()
279 static int avs_parse_tokens(struct snd_soc_component *comp, void *object, in avs_parse_tokens()
355 parse_audio_format_bitfield(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in parse_audio_format_bitfield()
397 static int parse_link_formatted_string(struct snd_soc_component *comp, void *elem, in parse_link_formatted_string()
424 parse_dictionary_header(struct snd_soc_component *comp, in parse_dictionary_header()
448 parse_dictionary_entries(struct snd_soc_component *comp, in parse_dictionary_entries()
481 static int parse_dictionary(struct snd_soc_component *comp, in parse_dictionary()
512 static int avs_tplg_parse_libraries(struct snd_soc_component *comp, in avs_tplg_parse_libraries()
576 static int avs_tplg_parse_audio_formats(struct snd_soc_component *comp, in avs_tplg_parse_audio_formats()
617 static int avs_tplg_parse_modcfgs_base(struct snd_soc_component *comp, in avs_tplg_parse_modcfgs_base()
842 assign_copier_gtw_instance(struct snd_soc_component *comp, struct avs_tplg_modcfg_ext *cfg) in assign_copier_gtw_instance()
877 static int avs_tplg_parse_modcfg_ext(struct snd_soc_component *comp, in avs_tplg_parse_modcfg_ext()
927 static int avs_tplg_parse_modcfgs_ext(struct snd_soc_component *comp, in avs_tplg_parse_modcfgs_ext()
999 static int avs_tplg_parse_pplcfgs(struct snd_soc_component *comp, in avs_tplg_parse_pplcfgs()
1064 static int avs_tplg_parse_bindings(struct snd_soc_component *comp, in avs_tplg_parse_bindings()
1139 avs_tplg_module_create(struct snd_soc_component *comp, struct avs_tplg_pipeline *owner, in avs_tplg_module_create()
1224 avs_tplg_pipeline_create(struct snd_soc_component *comp, struct avs_tplg_path *owner, in avs_tplg_pipeline_create()
1331 avs_tplg_path_create(struct snd_soc_component *comp, struct avs_tplg_path_template *owner, in avs_tplg_path_create()
1397 static int parse_path_template(struct snd_soc_component *comp, in parse_path_template()
1444 avs_tplg_path_template_create(struct snd_soc_component *comp, struct avs_tplg *owner, in avs_tplg_path_template_create()
1488 static int avs_tplg_parse_initial_configs(struct snd_soc_component *comp, in avs_tplg_parse_initial_configs()
1543 static int avs_route_load(struct snd_soc_component *comp, int index, in avs_route_load()
1583 static int avs_widget_load(struct snd_soc_component *comp, int index, in avs_widget_load()
1640 static int avs_widget_ready(struct snd_soc_component *comp, int index, in avs_widget_ready()
1650 static int avs_dai_load(struct snd_soc_component *comp, int index, in avs_dai_load()
1667 static int avs_link_load(struct snd_soc_component *comp, int index, struct snd_soc_dai_link *link, in avs_link_load()
1705 static int avs_manifest(struct snd_soc_component *comp, int index, in avs_manifest()
1868 avs_control_load(struct snd_soc_component *comp, int index, struct snd_kcontrol_new *ctmpl, in avs_control_load()
1915 struct avs_tplg *avs_tplg_new(struct snd_soc_component *comp) in avs_tplg_new()
1929 int avs_load_topology(struct snd_soc_component *comp, const char *filename) in avs_load_topology()
1948 int avs_remove_topology(struct snd_soc_component *comp) in avs_remove_topology()