Lines Matching refs:cs5535audio

95 	struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);  in snd_cs5535audio_playback_open()
118 static int cs5535audio_build_dma_packets(struct cs5535audio *cs5535au, in cs5535audio_build_dma_packets()
174 static void cs5535audio_playback_enable_dma(struct cs5535audio *cs5535au) in cs5535audio_playback_enable_dma()
179 static void cs5535audio_playback_disable_dma(struct cs5535audio *cs5535au) in cs5535audio_playback_disable_dma()
184 static void cs5535audio_playback_pause_dma(struct cs5535audio *cs5535au) in cs5535audio_playback_pause_dma()
189 static void cs5535audio_playback_setup_prd(struct cs5535audio *cs5535au, in cs5535audio_playback_setup_prd()
195 static u32 cs5535audio_playback_read_prd(struct cs5535audio *cs5535au) in cs5535audio_playback_read_prd()
200 static u32 cs5535audio_playback_read_dma_pntr(struct cs5535audio *cs5535au) in cs5535audio_playback_read_dma_pntr()
205 static void cs5535audio_capture_enable_dma(struct cs5535audio *cs5535au) in cs5535audio_capture_enable_dma()
210 static void cs5535audio_capture_disable_dma(struct cs5535audio *cs5535au) in cs5535audio_capture_disable_dma()
215 static void cs5535audio_capture_pause_dma(struct cs5535audio *cs5535au) in cs5535audio_capture_pause_dma()
220 static void cs5535audio_capture_setup_prd(struct cs5535audio *cs5535au, in cs5535audio_capture_setup_prd()
226 static u32 cs5535audio_capture_read_prd(struct cs5535audio *cs5535au) in cs5535audio_capture_read_prd()
231 static u32 cs5535audio_capture_read_dma_pntr(struct cs5535audio *cs5535au) in cs5535audio_capture_read_dma_pntr()
236 static void cs5535audio_clear_dma_packets(struct cs5535audio *cs5535au, in cs5535audio_clear_dma_packets()
248 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_hw_params()
270 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_hw_free()
288 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_playback_prepare()
295 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_trigger()
331 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_pcm_pointer()
354 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_open()
371 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_close()
378 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_prepare()
425 int snd_cs5535audio_pcm(struct cs5535audio *cs5535au) in snd_cs5535audio_pcm()