Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/qcom/
Dcommon.h17 bool *stream_prepared);
23 bool *stream_prepared);
27 bool *stream_prepared) in qcom_snd_sdw_prepare() argument
41 bool *stream_prepared) in qcom_snd_sdw_hw_free() argument
Dcommon.c186 bool *stream_prepared) in qcom_snd_sdw_prepare() argument
209 if (*stream_prepared) { in qcom_snd_sdw_prepare()
212 *stream_prepared = false; in qcom_snd_sdw_prepare()
232 *stream_prepared = true; in qcom_snd_sdw_prepare()
270 struct sdw_stream_runtime *sruntime, bool *stream_prepared) in qcom_snd_sdw_hw_free() argument
284 if (sruntime && *stream_prepared) { in qcom_snd_sdw_hw_free()
287 *stream_prepared = false; in qcom_snd_sdw_hw_free()
Dsc7280.c35 bool stream_prepared[LPASS_MAX_PORTS]; member
231 if (data->stream_prepared[cpu_dai->id]) { in sc7280_snd_swr_prepare()
234 data->stream_prepared[cpu_dai->id] = false; in sc7280_snd_swr_prepare()
246 data->stream_prepared[cpu_dai->id] = true; in sc7280_snd_swr_prepare()
283 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sc7280_snd_hw_free()
286 data->stream_prepared[cpu_dai->id] = false; in sc7280_snd_hw_free()
Dsc8280xp.c19 bool stream_prepared[AFE_PORT_MAX]; member
78 &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_prepare()
89 &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_hw_free()
Dsm8250.c20 bool stream_prepared[AFE_PORT_MAX]; member
89 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_prepare()
100 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_hw_free()
Dsdm845.c37 bool stream_prepared[AFE_PORT_MAX]; member
466 if (data->stream_prepared[cpu_dai->id]) { in sdm845_snd_prepare()
469 data->stream_prepared[cpu_dai->id] = false; in sdm845_snd_prepare()
489 data->stream_prepared[cpu_dai->id] = true; in sdm845_snd_prepare()
501 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sdm845_snd_hw_free()
504 data->stream_prepared[cpu_dai->id] = false; in sdm845_snd_hw_free()
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_subdev.h326 bool stream_prepared; /* whether css stream is created */ member
Datomisp_fops.c628 asd->stream_prepared = false; in atomisp_subdev_init_struct()
Datomisp_compat_css20.c471 asd->stream_prepared = false; in __destroy_streams()
518 asd->stream_prepared = true; in __create_streams()
1108 if (!asd->stream_prepared) { in atomisp_css_start()
Datomisp_ioctl.c1913 if (isp->asd[i].stream_prepared) { in atomisp_streamoff()
Datomisp_cmd.c1280 !asd->stream_prepared) in __atomisp_css_recover()