Lines Matching refs:stream
531 struct sdw_stream_data *stream;
536 stream = kzalloc(sizeof(*stream), GFP_KERNEL);
537 if (!stream)
540 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream;
542 /* Use tx_mask or rx_mask to configure stream tag and set dma_data */
544 dai->playback_dma_data = stream;
546 dai->capture_dma_data = stream;
555 struct sdw_stream_data *stream;
557 stream = snd_soc_dai_get_dma_data(dai, substream);
559 kfree(stream);
571 struct sdw_stream_data *stream;
575 stream = snd_soc_dai_get_dma_data(dai, substream);
577 if (!stream)
609 &port_config, 1, stream->sdw_stream);
672 struct sdw_stream_data *stream =
678 sdw_stream_remove_slave(rt715->slave, stream->sdw_stream);