Searched refs:avs_path (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/sound/soc/intel/avs/ |
D | path.h | 16 struct avs_path { struct 33 struct avs_path *owner; argument 61 void avs_path_free(struct avs_path *path); 62 struct avs_path *avs_path_create(struct avs_dev *adev, u32 dma_id, 66 int avs_path_bind(struct avs_path *path); 67 int avs_path_unbind(struct avs_path *path); 68 int avs_path_reset(struct avs_path *path); 69 int avs_path_pause(struct avs_path *path); 70 int avs_path_run(struct avs_path *path, int trigger);
|
D | path.c | 40 avs_path_find_pipeline(struct avs_path *path, u32 template_id) in avs_path_find_pipeline() 50 static struct avs_path * 55 struct avs_path *path; in avs_path_find_path() 529 struct avs_path *target_path; in avs_path_binding_arm() 657 avs_path_pipeline_create(struct avs_dev *adev, struct avs_path *owner, in avs_path_pipeline_create() 717 static int avs_path_init(struct avs_dev *adev, struct avs_path *path, in avs_path_init() 746 static int avs_path_arm(struct avs_dev *adev, struct avs_path *path) in avs_path_arm() 771 static void avs_path_free_unlocked(struct avs_path *path) in avs_path_free_unlocked() 785 static struct avs_path *avs_path_create_unlocked(struct avs_dev *adev, u32 dma_id, in avs_path_create_unlocked() 788 struct avs_path *path; in avs_path_create_unlocked() [all …]
|
D | apl.c | 174 struct avs_path *path; in apl_lp_streaming()
|
D | pcm.c | 23 struct avs_path *path; 86 struct avs_path *path; in avs_dai_hw_params()
|