Lines Matching refs:avs_dev
19 avs_path_find_tplg(struct avs_dev *adev, const char *name) in avs_path_find_tplg()
52 avs_path_find_path(struct avs_dev *adev, const char *name, u32 template_id) in avs_path_find_path()
94 avs_path_find_variant(struct avs_dev *adev, in avs_path_find_variant()
144 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
291 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create()
327 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create()
349 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
366 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create()
385 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create()
404 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create()
422 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create()
439 static int avs_micsel_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_micsel_create()
456 static int avs_modbase_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_modbase_create()
472 static int avs_modext_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_modext_create()
512 static int avs_probe_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_probe_create()
520 int (*create)(struct avs_dev *adev, struct avs_path_module *mod);
540 static int avs_path_module_type_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_path_module_type_create()
551 static void avs_path_module_free(struct avs_dev *adev, struct avs_path_module *mod) in avs_path_module_free()
557 avs_path_module_create(struct avs_dev *adev, in avs_path_module_create()
587 static int avs_path_binding_arm(struct avs_dev *adev, struct avs_path_binding *binding) in avs_path_binding_arm()
639 static void avs_path_binding_free(struct avs_dev *adev, struct avs_path_binding *binding) in avs_path_binding_free()
644 static struct avs_path_binding *avs_path_binding_create(struct avs_dev *adev, in avs_path_binding_create()
661 static int avs_path_pipeline_arm(struct avs_dev *adev, in avs_path_pipeline_arm()
693 static void avs_path_pipeline_free(struct avs_dev *adev, in avs_path_pipeline_free()
719 avs_path_pipeline_create(struct avs_dev *adev, struct avs_path *owner, in avs_path_pipeline_create()
779 static int avs_path_init(struct avs_dev *adev, struct avs_path *path, in avs_path_init()
808 static int avs_path_arm(struct avs_dev *adev, struct avs_path *path) in avs_path_arm()
847 static struct avs_path *avs_path_create_unlocked(struct avs_dev *adev, u32 dma_id, in avs_path_create_unlocked()
874 struct avs_dev *adev = path->owner; in avs_path_free()
881 struct avs_path *avs_path_create(struct avs_dev *adev, u32 dma_id, in avs_path_create()
908 static int avs_path_bind_prepare(struct avs_dev *adev, in avs_path_bind_prepare()
942 struct avs_dev *adev = path->owner; in avs_path_bind()
975 struct avs_dev *adev = path->owner; in avs_path_unbind()
1004 struct avs_dev *adev = path->owner; in avs_path_reset()
1027 struct avs_dev *adev = path->owner; in avs_path_pause()
1050 struct avs_dev *adev = path->owner; in avs_path_run()