Lines Matching defs:runtime
162 struct snd_pcm_runtime *runtime = substream->runtime;
165 if (snd_BUG_ON(runtime->dma_bytes <= 0 ||
166 runtime->dma_bytes > SNDRV_TRIDENT_MAX_PAGES *
176 blk = search_empty(hdr, runtime->dma_bytes);
208 struct snd_pcm_runtime *runtime = substream->runtime;
211 if (snd_BUG_ON(runtime->dma_bytes <= 0 ||
212 runtime->dma_bytes > SNDRV_TRIDENT_MAX_PAGES *
220 blk = search_empty(hdr, runtime->dma_bytes);
227 addr = runtime->dma_addr;