Lines Matching refs:sruntime
150 struct sdw_stream_runtime *sruntime[SWRM_MAX_DAIS]; member
966 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_params() local
969 ret = qcom_swrm_stream_alloc_ports(ctrl, sruntime, params, in qcom_swrm_hw_params()
972 qcom_swrm_stream_free_ports(ctrl, sruntime); in qcom_swrm_hw_params()
981 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_free() local
983 qcom_swrm_stream_free_ports(ctrl, sruntime); in qcom_swrm_hw_free()
984 sdw_stream_remove_master(&ctrl->bus, sruntime); in qcom_swrm_hw_free()
994 ctrl->sruntime[dai->id] = stream; in qcom_swrm_set_sdw_stream()
1003 return ctrl->sruntime[dai->id]; in qcom_swrm_get_sdw_stream()
1011 struct sdw_stream_runtime *sruntime; in qcom_swrm_startup() local
1015 sruntime = sdw_alloc_stream(dai->name); in qcom_swrm_startup()
1016 if (!sruntime) in qcom_swrm_startup()
1019 ctrl->sruntime[dai->id] = sruntime; in qcom_swrm_startup()
1022 ret = snd_soc_dai_set_sdw_stream(codec_dai, sruntime, in qcom_swrm_startup()
1027 sdw_release_stream(sruntime); in qcom_swrm_startup()
1040 sdw_release_stream(ctrl->sruntime[dai->id]); in qcom_swrm_shutdown()
1041 ctrl->sruntime[dai->id] = NULL; in qcom_swrm_shutdown()