Home
last modified time | relevance | path

Searched refs:avs_path (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/sound/soc/intel/avs/
H A Dpath.h16 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);
H A Dpath.c52 static struct avs_path *
57 struct avs_path *path; in avs_path_find_path()
813 struct avs_path *target_path; in avs_path_binding_arm()
1070 struct avs_path *path; in avs_path_create_unlocked()
1092 void avs_path_free(struct avs_path *path) in avs_path_free()
1107 struct avs_path *path; in avs_path_create()
1159 int avs_path_bind(struct avs_path *path) in avs_path_bind()
1192 int avs_path_unbind(struct avs_path *path) in avs_path_unbind()
1221 int avs_path_reset(struct avs_path *path) in avs_path_reset()
1244 int avs_path_pause(struct avs_path *path) in avs_path_pause()
[all …]
H A Dapl.c190 struct avs_path *path; in avs_apl_lp_streaming()
H A Dcontrol.c27 struct avs_path *path; in avs_get_volume_module()
H A Dpcm.c25 struct avs_path *path;
174 struct avs_path *path; in avs_dai_hw_params()