Lines Matching refs:au1xpsc_audio_dmadata
42 struct au1xpsc_audio_dmadata { struct
80 static void au1x_pcm_queue_tx(struct au1xpsc_audio_dmadata *cd) in au1x_pcm_queue_tx() argument
94 static void au1x_pcm_queue_rx(struct au1xpsc_audio_dmadata *cd) in au1x_pcm_queue_rx()
110 struct au1xpsc_audio_dmadata *cd = dev_id; in au1x_pcm_dmatx_cb()
123 struct au1xpsc_audio_dmadata *cd = dev_id; in au1x_pcm_dmarx_cb()
134 static void au1x_pcm_dbdma_free(struct au1xpsc_audio_dmadata *pcd) in au1x_pcm_dbdma_free()
150 static int au1x_pcm_dbdma_realloc(struct au1xpsc_audio_dmadata *pcd, in au1x_pcm_dbdma_realloc()
187 static inline struct au1xpsc_audio_dmadata *to_dmadata(struct snd_pcm_substream *ss) in to_dmadata()
190 struct au1xpsc_audio_dmadata *pcd = in to_dmadata()
199 struct au1xpsc_audio_dmadata *pcd; in au1xpsc_pcm_hw_params()
245 struct au1xpsc_audio_dmadata *pcd = to_dmadata(substream); in au1xpsc_pcm_prepare()
287 struct au1xpsc_audio_dmadata *pcd = to_dmadata(substream); in au1xpsc_pcm_open()
337 struct au1xpsc_audio_dmadata *dmadata; in au1xpsc_pcm_drvprobe()
340 2 * sizeof(struct au1xpsc_audio_dmadata), in au1xpsc_pcm_drvprobe()