Lines Matching defs:runtime
103 struct snd_pcm_runtime *runtime = substream->runtime;
119 runtime->private_data = data;
148 runtime->dma_bytes = lpass_platform_pcm_hardware.buffer_bytes_max;
150 ret = snd_pcm_hw_constraint_integer(runtime,
167 struct snd_pcm_runtime *runtime = substream->runtime;
175 data = runtime->private_data;
194 struct snd_pcm_runtime *rt = substream->runtime;
352 struct snd_pcm_runtime *rt = substream->runtime;
377 struct snd_pcm_runtime *runtime = substream->runtime;
381 struct snd_pcm_runtime *rt = substream->runtime;
408 runtime->dma_addr);
448 struct snd_pcm_runtime *rt = substream->runtime;
599 struct snd_pcm_runtime *rt = substream->runtime;
630 return bytes_to_frames(substream->runtime, curr_addr - base_addr);
637 struct snd_pcm_runtime *runtime = substream->runtime;
639 return dma_mmap_coherent(component->dev, vma, runtime->dma_area,
640 runtime->dma_addr, runtime->dma_bytes);