Home
last modified time | relevance | path

Searched refs:sst_runtime_stream (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/sound/soc/intel/atom/
Dsst-mfld-platform-compress.c47 struct sst_runtime_stream *stream; in sst_platform_compr_open()
77 struct sst_runtime_stream *stream; in sst_platform_compr_free()
97 struct sst_runtime_stream *stream; in sst_platform_compr_set_params()
171 struct sst_runtime_stream *stream = cstream->runtime->private_data; in sst_platform_compr_trigger()
205 struct sst_runtime_stream *stream; in sst_platform_compr_pointer()
218 struct sst_runtime_stream *stream; in sst_platform_compr_ack()
230 struct sst_runtime_stream *stream = in sst_platform_compr_get_caps()
239 struct sst_runtime_stream *stream = in sst_platform_compr_get_codec_caps()
248 struct sst_runtime_stream *stream = in sst_platform_compr_set_metadata()
Dsst-mfld-platform-pcm.c103 void sst_set_stream_status(struct sst_runtime_stream *stream, in sst_set_stream_status()
112 static inline int sst_get_stream_status(struct sst_runtime_stream *stream) in sst_get_stream_status()
225 struct sst_runtime_stream *stream = in sst_platform_alloc_stream()
259 struct sst_runtime_stream *stream; in sst_period_elapsed()
275 struct sst_runtime_stream *stream = in sst_platform_init_stream()
293 static int power_up_sst(struct sst_runtime_stream *stream) in power_up_sst()
298 static void power_down_sst(struct sst_runtime_stream *stream) in power_down_sst()
308 struct sst_runtime_stream *stream; in sst_media_open()
351 struct sst_runtime_stream *stream; in sst_media_close()
367 struct sst_runtime_stream *stream; in sst_media_prepare()
[all …]
Dsst-mfld-platform.h132 struct sst_runtime_stream { struct
157 void sst_set_stream_status(struct sst_runtime_stream *stream, int state); argument