Lines Matching refs:avs_path_module
30 static struct avs_path_module *
33 struct avs_path_module *mod; in avs_path_find_module()
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()
420 static struct soc_mixer_control *avs_get_module_control(struct avs_path_module *mod, in avs_get_module_control()
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()
817 static struct avs_path_module *
822 struct avs_path_module *mod; in avs_path_module_create()
856 struct avs_path_module *this_mod, *target_mod; in avs_path_binding_arm()
931 struct avs_path_module *mod; in avs_path_pipeline_arm()
934 struct avs_path_module *source, *sink; in avs_path_pipeline_arm()
942 struct avs_path_module, node)) in avs_path_pipeline_arm()
962 struct avs_path_module *mod, *save; in avs_path_pipeline_free()
1012 struct avs_path_module *mod; in avs_path_pipeline_create()
1178 struct avs_path_module *source = binding->source; in avs_path_bind_prepare()
1214 struct avs_path_module *source, *sink; in avs_path_bind()
1247 struct avs_path_module *source, *sink; in avs_path_unbind()