Searched refs:stream_prepared (Results 1 – 11 of 11) sorted by relevance
| /linux/sound/soc/qcom/ |
| H A D | sdw.c | 127 bool *stream_prepared) in qcom_snd_sdw_prepare() argument 142 if (*stream_prepared) in qcom_snd_sdw_prepare() 162 *stream_prepared = true; in qcom_snd_sdw_prepare() 196 int qcom_snd_sdw_hw_free(struct snd_pcm_substream *substream, bool *stream_prepared) in qcom_snd_sdw_hw_free() argument 206 if (sruntime && *stream_prepared) { in qcom_snd_sdw_hw_free() 209 *stream_prepared = false; in qcom_snd_sdw_hw_free()
|
| H A D | sdw.h | 12 bool *stream_prepared); 15 bool *stream_prepared);
|
| H A D | sc8280xp.c | 19 bool stream_prepared[AFE_PORT_MAX]; member 105 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_prepare() 114 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_hw_free()
|
| H A D | x1e80100.c | 19 bool stream_prepared[AFE_PORT_MAX]; member 129 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in x1e80100_snd_prepare() 138 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in x1e80100_snd_hw_free()
|
| H A D | sm8250.c | 22 bool stream_prepared[AFE_PORT_MAX]; member 128 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in sm8250_snd_prepare() 137 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in sm8250_snd_hw_free()
|
| H A D | sc7280.c | 38 bool stream_prepared[LPASS_MAX_PORTS]; member 224 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in sc7280_snd_swr_prepare() 252 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in sc7280_snd_hw_free()
|
| H A D | sdm845.c | 38 bool stream_prepared[AFE_PORT_MAX]; member 476 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in sdm845_snd_prepare() 485 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in sdm845_snd_hw_free()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_subdev.h | 275 bool stream_prepared; /* whether css stream is created */ member
|
| H A D | atomisp_fops.c | 460 asd->stream_prepared = false; in atomisp_subdev_init_struct()
|
| H A D | atomisp_v4l2.c | 649 isp->asd.recreate_streams_on_resume = isp->asd.stream_prepared; in atomisp_suspend()
|
| H A D | atomisp_compat_css20.c | 425 asd->stream_prepared = false; in __destroy_streams() 472 asd->stream_prepared = true; in __create_streams()
|