Lines Matching refs:stream
39 struct sof_stream *stream = sps->substream->runtime->private_data; in sof_ipc_msg_data() local
42 if (!stream) in sof_ipc_msg_data()
45 posn_offset = stream->posn_offset; in sof_ipc_msg_data()
79 struct sof_stream *stream = sps->substream->runtime->private_data; in sof_set_stream_data_offset() local
81 stream->posn_offset = posn_offset; in sof_set_stream_data_offset()
83 sps->substream->stream, posn_offset); in sof_set_stream_data_offset()
102 struct sof_stream *stream = kmalloc(sizeof(*stream), GFP_KERNEL); in sof_stream_pcm_open() local
104 if (!stream) in sof_stream_pcm_open()
108 substream->runtime->private_data = stream; in sof_stream_pcm_open()
124 struct sof_stream *stream = substream->runtime->private_data; in sof_stream_pcm_close() local
127 kfree(stream); in sof_stream_pcm_close()