Lines Matching defs:sruntime
107 struct sdw_stream_runtime *sruntime[SWRM_MAX_DAIS];
596 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id];
599 ret = qcom_swrm_stream_alloc_ports(ctrl, sruntime, params,
602 qcom_swrm_stream_free_ports(ctrl, sruntime);
611 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id];
613 qcom_swrm_stream_free_ports(ctrl, sruntime);
614 sdw_stream_remove_master(&ctrl->bus, sruntime);
624 ctrl->sruntime[dai->id] = stream;
633 return ctrl->sruntime[dai->id];
641 struct sdw_stream_runtime *sruntime;
645 sruntime = sdw_alloc_stream(dai->name);
646 if (!sruntime)
649 ctrl->sruntime[dai->id] = sruntime;
652 ret = snd_soc_dai_set_stream(codec_dai, sruntime,
657 sdw_release_stream(sruntime);
670 sdw_release_stream(ctrl->sruntime[dai->id]);
671 ctrl->sruntime[dai->id] = NULL;