Searched refs:stream_prepared (Results 1 – 7 of 7) sorted by relevance
55 bool *stream_prepared) in qcom_snd_sdw_prepare() argument 78 if (*stream_prepared) in qcom_snd_sdw_prepare() 98 *stream_prepared = true; in qcom_snd_sdw_prepare() 136 struct sdw_stream_runtime *sruntime, bool *stream_prepared) in qcom_snd_sdw_hw_free() argument 150 if (sruntime && *stream_prepared) { in qcom_snd_sdw_hw_free() 153 *stream_prepared = false; in qcom_snd_sdw_hw_free()
12 bool *stream_prepared);18 bool *stream_prepared);
39 bool stream_prepared[LPASS_MAX_PORTS]; member250 if (data->stream_prepared[cpu_dai->id]) { in sc7280_snd_swr_prepare()253 data->stream_prepared[cpu_dai->id] = false; in sc7280_snd_swr_prepare()265 data->stream_prepared[cpu_dai->id] = true; in sc7280_snd_swr_prepare()302 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sc7280_snd_hw_free()305 data->stream_prepared[cpu_dai->id] = false; in sc7280_snd_hw_free()
38 bool stream_prepared[AFE_PORT_MAX]; member 485 if (data->stream_prepared[cpu_dai->id]) { in sdm845_snd_prepare() 488 data->stream_prepared[cpu_dai->id] = false; in sdm845_snd_prepare() 508 data->stream_prepared[cpu_dai->id] = true; in sdm845_snd_prepare() 520 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sdm845_snd_hw_free() 523 data->stream_prepared[cpu_dai->id] = false; in sdm845_snd_hw_free()
21 bool stream_prepared[AFE_PORT_MAX]; member118 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_prepare()129 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_hw_free()
463 asd->stream_prepared = false; in atomisp_subdev_init_struct()
650 isp->asd.recreate_streams_on_resume = isp->asd.stream_prepared; in atomisp_suspend()