Lines Matching defs:runtime
194 struct snd_pcm_runtime *runtime = substream->runtime;
199 (u32)runtime->dma_addr, runtime->dma_bytes);
202 BRGREG(BRGATXSAR) = (unsigned long)runtime->dma_area;
203 BRGREG(BRGATXTCR) = runtime->dma_bytes;
205 BRGREG(BRGARXDAR) = (unsigned long)runtime->dma_area;
206 BRGREG(BRGARXTCR) = runtime->dma_bytes;
270 struct snd_pcm_runtime *runtime = substream->runtime;
287 return bytes_to_frames(runtime, pos);