Searched refs:sst_runtime_stream (Results 1 – 3 of 3) sorted by relevance
55 struct sst_runtime_stream *stream; in sst_platform_compr_open()85 struct sst_runtime_stream *stream; in sst_platform_compr_free()105 struct sst_runtime_stream *stream; in sst_platform_compr_set_params()179 struct sst_runtime_stream *stream = cstream->runtime->private_data; in sst_platform_compr_trigger()213 struct sst_runtime_stream *stream; in sst_platform_compr_pointer()226 struct sst_runtime_stream *stream; in sst_platform_compr_ack()238 struct sst_runtime_stream *stream = in sst_platform_compr_get_caps()247 struct sst_runtime_stream *stream = in sst_platform_compr_get_codec_caps()256 struct sst_runtime_stream *stream = in sst_platform_compr_set_metadata()
111 void sst_set_stream_status(struct sst_runtime_stream *stream, in sst_set_stream_status()120 static inline int sst_get_stream_status(struct sst_runtime_stream *stream) in sst_get_stream_status()233 struct sst_runtime_stream *stream = in sst_platform_alloc_stream()267 struct sst_runtime_stream *stream; in sst_period_elapsed()283 struct sst_runtime_stream *stream = in sst_platform_init_stream()301 static int power_up_sst(struct sst_runtime_stream *stream) in power_up_sst()306 static void power_down_sst(struct sst_runtime_stream *stream) in power_down_sst()316 struct sst_runtime_stream *stream; in sst_media_open()359 struct sst_runtime_stream *stream; in sst_media_close()375 struct sst_runtime_stream *stream; in sst_media_prepare()[all …]
140 struct sst_runtime_stream { struct165 void sst_set_stream_status(struct sst_runtime_stream *stream, int state); argument