Lines Matching +defs:source +defs:path
42 avs_path_find_pipeline(struct avs_path *path, u32 template_id) in avs_path_find_pipeline()
57 struct avs_path *path; in avs_path_find_path() local
698 struct avs_path_module *source, *sink; in avs_path_pipeline_arm() local
808 static int avs_path_init(struct avs_dev *adev, struct avs_path *path, in avs_path_init()
837 static int avs_path_arm(struct avs_dev *adev, struct avs_path *path) in avs_path_arm()
862 static void avs_path_free_unlocked(struct avs_path *path) in avs_path_free_unlocked()
879 struct avs_path *path; in avs_path_create_unlocked() local
901 void avs_path_free(struct avs_path *path) in avs_path_free()
916 struct avs_path *path; in avs_path_create() local
942 struct avs_path_module *source = binding->source; in avs_path_bind_prepare() local
968 int avs_path_bind(struct avs_path *path) in avs_path_bind()
978 struct avs_path_module *source, *sink; in avs_path_bind() local
1001 int avs_path_unbind(struct avs_path *path) in avs_path_unbind()
1011 struct avs_path_module *source, *sink; in avs_path_unbind() local
1030 int avs_path_reset(struct avs_path *path) in avs_path_reset()
1053 int avs_path_pause(struct avs_path *path) in avs_path_pause()
1076 int avs_path_run(struct avs_path *path, int trigger) in avs_path_run()