Searched refs:sst_runtime_stream (Results 1 – 3 of 3) sorted by relevance
48 struct sst_runtime_stream *stream; in sst_platform_compr_open()79 struct sst_runtime_stream *stream; in sst_platform_compr_free()100 struct sst_runtime_stream *stream; in sst_platform_compr_set_params()173 struct sst_runtime_stream *stream = cstream->runtime->private_data; in sst_platform_compr_trigger()208 struct sst_runtime_stream *stream; in sst_platform_compr_pointer()223 struct sst_runtime_stream *stream; in sst_platform_compr_ack()236 struct sst_runtime_stream *stream = in sst_platform_compr_get_caps()246 struct sst_runtime_stream *stream = in sst_platform_compr_get_codec_caps()256 struct sst_runtime_stream *stream = in sst_platform_compr_set_metadata()
103 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()258 struct sst_runtime_stream *stream; in sst_period_elapsed()274 struct sst_runtime_stream *stream = in sst_platform_init_stream()292 static int power_up_sst(struct sst_runtime_stream *stream) in power_up_sst()297 static void power_down_sst(struct sst_runtime_stream *stream) in power_down_sst()307 struct sst_runtime_stream *stream; in sst_media_open()362 struct sst_runtime_stream *stream; in sst_media_close()378 struct sst_runtime_stream *stream; in sst_media_prepare()[all …]
132 struct sst_runtime_stream { struct157 void sst_set_stream_status(struct sst_runtime_stream *stream, int state); argument