Lines Matching refs:avs_path_module

30 static struct avs_path_module *
33 struct avs_path_module *mod; in avs_path_find_module()
405 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
439 static int avs_whm_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_whm_create()
474 static struct soc_mixer_control *avs_get_module_control(struct avs_path_module *mod, in avs_get_module_control()
498 int avs_peakvol_set_volume(struct avs_dev *adev, struct avs_path_module *mod, in avs_peakvol_set_volume()
534 int avs_peakvol_set_mute(struct avs_dev *adev, struct avs_path_module *mod, in avs_peakvol_set_mute()
570 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create()
613 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create()
635 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
652 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create()
672 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create()
691 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create()
709 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create()
726 static int avs_micsel_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_micsel_create()
743 static int avs_modbase_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_modbase_create()
759 static int avs_modext_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_modext_create()
799 static int avs_probe_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_probe_create()
807 int (*create)(struct avs_dev *adev, struct avs_path_module *mod);
828 static int avs_path_module_type_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_path_module_type_create()
839 static int avs_path_module_send_init_configs(struct avs_dev *adev, struct avs_path_module *mod) in avs_path_module_send_init_configs()
866 static void avs_path_module_free(struct avs_dev *adev, struct avs_path_module *mod) in avs_path_module_free()
871 static struct avs_path_module *
876 struct avs_path_module *mod; in avs_path_module_create()
910 struct avs_path_module *this_mod, *target_mod; in avs_path_binding_arm()
985 struct avs_path_module *mod; in avs_path_pipeline_arm()
988 struct avs_path_module *source, *sink; in avs_path_pipeline_arm()
996 struct avs_path_module, node)) in avs_path_pipeline_arm()
1016 struct avs_path_module *mod, *save; in avs_path_pipeline_free()
1066 struct avs_path_module *mod; in avs_path_pipeline_create()
1363 struct avs_path_module *source = binding->source; in avs_path_bind_prepare()
1399 struct avs_path_module *source, *sink; in avs_path_bind()
1432 struct avs_path_module *source, *sink; in avs_path_unbind()