Home
last modified time | relevance | path

Searched refs:stream_prepared (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/qcom/
H A Dsdw.c55 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()
H A Dsdw.h12 bool *stream_prepared);
18 bool *stream_prepared);
H A Dsc7280.c39 bool stream_prepared[LPASS_MAX_PORTS]; member
250 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()
H A Dsdm845.c38 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()
H A Dsm8250.c21 bool stream_prepared[AFE_PORT_MAX]; member
118 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_prepare()
129 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_hw_free()
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c463 asd->stream_prepared = false; in atomisp_subdev_init_struct()
H A Datomisp_v4l2.c650 isp->asd.recreate_streams_on_resume = isp->asd.stream_prepared; in atomisp_suspend()