Lines Matching defs:cs5535au
82 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_playback_open() local
105 static int cs5535audio_build_dma_packets(struct cs5535audio *cs5535au, in cs5535audio_build_dma_packets()
161 static void cs5535audio_playback_enable_dma(struct cs5535audio *cs5535au) in cs5535audio_playback_enable_dma()
166 static void cs5535audio_playback_disable_dma(struct cs5535audio *cs5535au) in cs5535audio_playback_disable_dma()
171 static void cs5535audio_playback_pause_dma(struct cs5535audio *cs5535au) in cs5535audio_playback_pause_dma()
176 static void cs5535audio_playback_setup_prd(struct cs5535audio *cs5535au, in cs5535audio_playback_setup_prd()
182 static u32 cs5535audio_playback_read_prd(struct cs5535audio *cs5535au) in cs5535audio_playback_read_prd()
187 static u32 cs5535audio_playback_read_dma_pntr(struct cs5535audio *cs5535au) in cs5535audio_playback_read_dma_pntr()
192 static void cs5535audio_capture_enable_dma(struct cs5535audio *cs5535au) in cs5535audio_capture_enable_dma()
197 static void cs5535audio_capture_disable_dma(struct cs5535audio *cs5535au) in cs5535audio_capture_disable_dma()
202 static void cs5535audio_capture_pause_dma(struct cs5535audio *cs5535au) in cs5535audio_capture_pause_dma()
207 static void cs5535audio_capture_setup_prd(struct cs5535audio *cs5535au, in cs5535audio_capture_setup_prd()
213 static u32 cs5535audio_capture_read_prd(struct cs5535audio *cs5535au) in cs5535audio_capture_read_prd()
218 static u32 cs5535audio_capture_read_dma_pntr(struct cs5535audio *cs5535au) in cs5535audio_capture_read_dma_pntr()
223 static void cs5535audio_clear_dma_packets(struct cs5535audio *cs5535au, in cs5535audio_clear_dma_packets()
235 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_hw_params() local
253 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_hw_free() local
271 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_playback_prepare() local
278 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_trigger() local
314 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_pcm_pointer() local
337 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_open() local
354 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_close() local
361 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_prepare() local
406 int snd_cs5535audio_pcm(struct cs5535audio *cs5535au) in snd_cs5535audio_pcm()