Lines Matching defs:runtime
195 struct snd_pcm_runtime *runtime = substream->runtime;
200 (u32)runtime->dma_addr, runtime->dma_bytes);
203 BRGREG(BRGATXSAR) = (unsigned long)runtime->dma_area;
204 BRGREG(BRGATXTCR) = runtime->dma_bytes;
206 BRGREG(BRGARXDAR) = (unsigned long)runtime->dma_area;
207 BRGREG(BRGARXTCR) = runtime->dma_bytes;
271 struct snd_pcm_runtime *runtime = substream->runtime;
288 return bytes_to_frames(runtime, pos);