Home
last modified time | relevance | path

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

/linux/sound/soc/qcom/
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()
A Dsdw.h12 bool *stream_prepared);
18 bool *stream_prepared);
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()
A Dsc8280xp.c18 bool stream_prepared[AFE_PORT_MAX]; member
122 &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_prepare()
133 &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_hw_free()
A Dsm8250.c21 bool stream_prepared[AFE_PORT_MAX]; member
110 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_prepare()
121 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_hw_free()
A Dx1e80100.c19 bool stream_prepared[AFE_PORT_MAX]; member
123 &data->stream_prepared[cpu_dai->id]); in x1e80100_snd_prepare()
134 &data->stream_prepared[cpu_dai->id]); in x1e80100_snd_hw_free()
A Dsdm845.c38 bool stream_prepared[AFE_PORT_MAX]; member
484 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()
/linux/drivers/staging/media/atomisp/pci/
A Datomisp_subdev.h289 bool stream_prepared; /* whether css stream is created */ member
A Datomisp_fops.c476 asd->stream_prepared = false; in atomisp_subdev_init_struct()
A Datomisp_v4l2.c661 isp->asd.recreate_streams_on_resume = isp->asd.stream_prepared; in atomisp_suspend()
A Datomisp_compat_css20.c436 asd->stream_prepared = false; in __destroy_streams()
483 asd->stream_prepared = true; in __create_streams()

Completed in 22 milliseconds