Searched refs:stream_prepared (Results 1 – 11 of 11) sorted by relevance
55 bool *stream_prepared) in qcom_snd_sdw_prepare() argument78 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() argument150 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()
18 bool stream_prepared[AFE_PORT_MAX]; member122 &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_prepare()133 &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_hw_free()
21 bool stream_prepared[AFE_PORT_MAX]; member110 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_prepare()121 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_hw_free()
19 bool stream_prepared[AFE_PORT_MAX]; member123 &data->stream_prepared[cpu_dai->id]); in x1e80100_snd_prepare()134 &data->stream_prepared[cpu_dai->id]); in x1e80100_snd_hw_free()
38 bool stream_prepared[AFE_PORT_MAX]; member484 if (data->stream_prepared[cpu_dai->id]) { in sdm845_snd_prepare()487 data->stream_prepared[cpu_dai->id] = false; in sdm845_snd_prepare()507 data->stream_prepared[cpu_dai->id] = true; in sdm845_snd_prepare()519 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sdm845_snd_hw_free()522 data->stream_prepared[cpu_dai->id] = false; in sdm845_snd_hw_free()
289 bool stream_prepared; /* whether css stream is created */ member
476 asd->stream_prepared = false; in atomisp_subdev_init_struct()
661 isp->asd.recreate_streams_on_resume = isp->asd.stream_prepared; in atomisp_suspend()
436 asd->stream_prepared = false; in __destroy_streams()483 asd->stream_prepared = true; in __create_streams()
Completed in 22 milliseconds