Lines Matching refs:sruntime
217 struct sdw_stream_runtime **sruntime; member
1310 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_params() local
1313 ret = qcom_swrm_stream_alloc_ports(ctrl, sruntime, params, in qcom_swrm_hw_params()
1316 qcom_swrm_stream_free_ports(ctrl, sruntime); in qcom_swrm_hw_params()
1325 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_free() local
1327 qcom_swrm_stream_free_ports(ctrl, sruntime); in qcom_swrm_hw_free()
1328 sdw_stream_remove_master(&ctrl->bus, sruntime); in qcom_swrm_hw_free()
1338 ctrl->sruntime[dai->id] = stream; in qcom_swrm_set_sdw_stream()
1347 return ctrl->sruntime[dai->id]; in qcom_swrm_get_sdw_stream()
1400 ctrl->sruntime = devm_kcalloc(dev, num_dais, sizeof(*ctrl->sruntime), GFP_KERNEL); in qcom_swrm_register_dais()
1401 if (!ctrl->sruntime) in qcom_swrm_register_dais()