Lines Matching full:runtime

75 	struct snd_pcm_runtime *runtime = substream->runtime;  in snd_imx_pcm_hw_params()  local
76 struct imx_pcm_runtime_data *iprtd = runtime->private_data; in snd_imx_pcm_hw_params()
90 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_prepare() local
91 struct imx_pcm_runtime_data *iprtd = runtime->private_data; in snd_imx_pcm_prepare()
109 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_trigger() local
110 struct imx_pcm_runtime_data *iprtd = runtime->private_data; in snd_imx_pcm_trigger()
146 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_pointer() local
147 struct imx_pcm_runtime_data *iprtd = runtime->private_data; in snd_imx_pcm_pointer()
149 return bytes_to_frames(substream->runtime, iprtd->offset); in snd_imx_pcm_pointer()
170 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_open() local
177 runtime->private_data = iprtd; in snd_imx_open()
186 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_imx_open()
199 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_close() local
200 struct imx_pcm_runtime_data *iprtd = runtime->private_data; in snd_imx_close()
212 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_mmap() local
215 ret = dma_mmap_wc(substream->pcm->card->dev, vma, runtime->dma_area, in snd_imx_pcm_mmap()
216 runtime->dma_addr, runtime->dma_bytes); in snd_imx_pcm_mmap()
219 runtime->dma_area, in snd_imx_pcm_mmap()
220 &runtime->dma_addr, in snd_imx_pcm_mmap()
221 runtime->dma_bytes); in snd_imx_pcm_mmap()