Lines Matching refs:cstream
24 struct snd_compr_stream *cstream, in acp_probes_compr_startup() argument
36 stream->cstream = cstream; in acp_probes_compr_startup()
37 cstream->runtime->private_data = stream; in acp_probes_compr_startup()
46 struct snd_compr_stream *cstream, in acp_probes_compr_shutdown() argument
50 struct acp_dsp_stream *stream = cstream->runtime->private_data; in acp_probes_compr_shutdown()
61 stream->cstream = NULL; in acp_probes_compr_shutdown()
62 cstream->runtime->private_data = NULL; in acp_probes_compr_shutdown()
69 struct snd_compr_stream *cstream, in acp_probes_compr_set_params() argument
74 struct acp_dsp_stream *stream = cstream->runtime->private_data; in acp_probes_compr_set_params()
79 stream->dmab = cstream->runtime->dma_buffer_p; in acp_probes_compr_set_params()
80 stream->num_pages = PFN_UP(cstream->runtime->dma_bytes); in acp_probes_compr_set_params()
81 size = cstream->runtime->buffer_size; in acp_probes_compr_set_params()
102 struct snd_compr_stream *cstream, in acp_probes_compr_trigger() argument
110 struct snd_compr_stream *cstream, in acp_probes_compr_pointer() argument
114 struct acp_dsp_stream *stream = cstream->runtime->private_data; in acp_probes_compr_pointer()