Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/qcom/
H A Dsdw.c12 bool *stream_prepared) in qcom_snd_sdw_prepare() argument
35 if (*stream_prepared) in qcom_snd_sdw_prepare()
55 *stream_prepared = true; in qcom_snd_sdw_prepare()
93 struct sdw_stream_runtime *sruntime, bool *stream_prepared) in qcom_snd_sdw_hw_free() argument
107 if (sruntime && *stream_prepared) { in qcom_snd_sdw_hw_free()
110 *stream_prepared = false; in qcom_snd_sdw_hw_free()
H A Dsdw.h11 bool *stream_prepared);
17 bool *stream_prepared);
H A Dsc7280.c36 bool stream_prepared[LPASS_MAX_PORTS]; member
247 if (data->stream_prepared[cpu_dai->id]) { in sc7280_snd_swr_prepare()
250 data->stream_prepared[cpu_dai->id] = false; in sc7280_snd_swr_prepare()
262 data->stream_prepared[cpu_dai->id] = true; in sc7280_snd_swr_prepare()
299 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sc7280_snd_hw_free()
302 data->stream_prepared[cpu_dai->id] = false; in sc7280_snd_hw_free()
H A Dsc8280xp.c20 bool stream_prepared[AFE_PORT_MAX]; member
98 &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_prepare()
109 &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_hw_free()
H A Dsm8250.c21 bool stream_prepared[AFE_PORT_MAX]; member
90 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_prepare()
101 &data->stream_prepared[cpu_dai->id]); in sm8250_snd_hw_free()
H A Dsdm845.c37 bool stream_prepared[AFE_PORT_MAX]; member
479 if (data->stream_prepared[cpu_dai->id]) { in sdm845_snd_prepare()
482 data->stream_prepared[cpu_dai->id] = false; in sdm845_snd_prepare()
502 data->stream_prepared[cpu_dai->id] = true; in sdm845_snd_prepare()
514 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sdm845_snd_hw_free()
517 data->stream_prepared[cpu_dai->id] = false; in sdm845_snd_hw_free()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h304 bool stream_prepared; /* whether css stream is created */ member
H A Datomisp_fops.c479 asd->stream_prepared = false; in atomisp_subdev_init_struct()
H A Datomisp_v4l2.c667 isp->asd.recreate_streams_on_resume = isp->asd.stream_prepared; in atomisp_suspend()
H A Datomisp_compat_css20.c452 asd->stream_prepared = false; in __destroy_streams()
499 asd->stream_prepared = true; in __create_streams()