Lines Matching refs:avs_path
42 avs_path_find_pipeline(struct avs_path *path, u32 template_id) in avs_path_find_pipeline()
52 static struct avs_path *
57 struct avs_path *path; in avs_path_find_path()
622 struct avs_path *target_path; in avs_path_binding_arm()
748 avs_path_pipeline_create(struct avs_dev *adev, struct avs_path *owner, in avs_path_pipeline_create()
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()
876 static struct avs_path *avs_path_create_unlocked(struct avs_dev *adev, u32 dma_id, in avs_path_create_unlocked()
879 struct avs_path *path; in avs_path_create_unlocked()
901 void avs_path_free(struct avs_path *path) in avs_path_free()
910 struct avs_path *avs_path_create(struct avs_dev *adev, u32 dma_id, in avs_path_create()
916 struct avs_path *path; in avs_path_create()
968 int avs_path_bind(struct avs_path *path) in avs_path_bind()
1001 int avs_path_unbind(struct avs_path *path) in avs_path_unbind()
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()