Lines Matching defs:cs5535au
95 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_playback_open() local
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() local
270 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_hw_free() local
288 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_playback_prepare() local
295 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_trigger() local
331 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_pcm_pointer() local
354 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_open() local
371 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_close() local
378 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_prepare() local
425 int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535au) in snd_cs5535audio_pcm()