Lines Matching refs:avs_dev
20 avs_path_find_tplg(struct avs_dev *adev, const char *name) in avs_path_find_tplg()
53 avs_path_find_path(struct avs_dev *adev, const char *name, u32 template_id) in avs_path_find_path()
95 avs_path_find_variant(struct avs_dev *adev, in avs_path_find_variant()
119 avs_nhlt_config_or_default(struct avs_dev *adev, struct avs_tplg_module *t);
121 int avs_path_set_constraint(struct avs_dev *adev, struct avs_tplg_path_template *template, in avs_path_set_constraint()
227 avs_nhlt_config_or_default(struct avs_dev *adev, struct avs_tplg_module *t) in avs_nhlt_config_or_default()
287 static int avs_append_dma_cfg(struct avs_dev *adev, struct avs_copier_gtw_cfg *gtw, in avs_append_dma_cfg()
330 static int avs_fill_gtw_config(struct avs_dev *adev, struct avs_copier_gtw_cfg *gtw, in avs_fill_gtw_config()
351 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
385 static int avs_whm_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_whm_create()
444 int avs_peakvol_set_volume(struct avs_dev *adev, struct avs_path_module *mod, in avs_peakvol_set_volume()
480 int avs_peakvol_set_mute(struct avs_dev *adev, struct avs_path_module *mod, in avs_peakvol_set_mute()
516 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create()
559 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create()
581 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
598 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create()
618 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create()
637 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create()
655 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create()
672 static int avs_micsel_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_micsel_create()
689 static int avs_modbase_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_modbase_create()
705 static int avs_modext_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_modext_create()
745 static int avs_probe_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_probe_create()
753 int (*create)(struct avs_dev *adev, struct avs_path_module *mod);
774 static int avs_path_module_type_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_path_module_type_create()
785 static int avs_path_module_send_init_configs(struct avs_dev *adev, struct avs_path_module *mod) in avs_path_module_send_init_configs()
812 static void avs_path_module_free(struct avs_dev *adev, struct avs_path_module *mod) in avs_path_module_free()
818 avs_path_module_create(struct avs_dev *adev, in avs_path_module_create()
854 static int avs_path_binding_arm(struct avs_dev *adev, struct avs_path_binding *binding) in avs_path_binding_arm()
906 static void avs_path_binding_free(struct avs_dev *adev, struct avs_path_binding *binding) in avs_path_binding_free()
911 static struct avs_path_binding *avs_path_binding_create(struct avs_dev *adev, in avs_path_binding_create()
928 static int avs_path_pipeline_arm(struct avs_dev *adev, in avs_path_pipeline_arm()
958 static void avs_path_pipeline_free(struct avs_dev *adev, in avs_path_pipeline_free()
984 avs_path_pipeline_create(struct avs_dev *adev, struct avs_path *owner, in avs_path_pipeline_create()
1044 static int avs_path_init(struct avs_dev *adev, struct avs_path *path, in avs_path_init()
1073 static int avs_path_arm(struct avs_dev *adev, struct avs_path *path) in avs_path_arm()
1112 static struct avs_path *avs_path_create_unlocked(struct avs_dev *adev, u32 dma_id, in avs_path_create_unlocked()
1139 struct avs_dev *adev = path->owner; in avs_path_free()
1146 struct avs_path *avs_path_create(struct avs_dev *adev, u32 dma_id, in avs_path_create()
1173 static int avs_path_bind_prepare(struct avs_dev *adev, in avs_path_bind_prepare()
1207 struct avs_dev *adev = path->owner; in avs_path_bind()
1240 struct avs_dev *adev = path->owner; in avs_path_unbind()
1269 struct avs_dev *adev = path->owner; in avs_path_reset()
1292 struct avs_dev *adev = path->owner; in avs_path_pause()
1315 struct avs_dev *adev = path->owner; in avs_path_run()