Lines Matching refs:avs_path_module
29 static struct avs_path_module *
32 struct avs_path_module *mod; in avs_path_find_module()
144 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
268 static struct avs_control_data *avs_get_module_control(struct avs_path_module *mod) in avs_get_module_control()
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()
556 static struct avs_path_module *
561 struct avs_path_module *mod; in avs_path_module_create()
589 struct avs_path_module *this_mod, *target_mod; in avs_path_binding_arm()
664 struct avs_path_module *mod; in avs_path_pipeline_arm()
667 struct avs_path_module *source, *sink; in avs_path_pipeline_arm()
675 struct avs_path_module, node)) in avs_path_pipeline_arm()
697 struct avs_path_module *mod, *save; in avs_path_pipeline_free()
747 struct avs_path_module *mod; in avs_path_pipeline_create()
913 struct avs_path_module *source = binding->source; in avs_path_bind_prepare()
949 struct avs_path_module *source, *sink; in avs_path_bind()
982 struct avs_path_module *source, *sink; in avs_path_unbind()