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()208 struct sst_runtime_stream *stream; in sst_platform_compr_pointer()221 struct sst_runtime_stream *stream; in sst_platform_compr_ack()233 struct sst_runtime_stream *stream = in sst_platform_compr_get_caps()242 struct sst_runtime_stream *stream = in sst_platform_compr_get_codec_caps()251 struct sst_runtime_stream *stream = in sst_platform_compr_set_metadata()
110 void sst_set_stream_status(struct sst_runtime_stream *stream, in sst_set_stream_status()119 static inline int sst_get_stream_status(struct sst_runtime_stream *stream) in sst_get_stream_status()232 struct sst_runtime_stream *stream = in sst_platform_alloc_stream()266 struct sst_runtime_stream *stream; in sst_period_elapsed()282 struct sst_runtime_stream *stream = in sst_platform_init_stream()300 static int power_up_sst(struct sst_runtime_stream *stream) in power_up_sst()305 static void power_down_sst(struct sst_runtime_stream *stream) in power_down_sst()315 struct sst_runtime_stream *stream; in sst_media_open()358 struct sst_runtime_stream *stream; in sst_media_close()374 struct sst_runtime_stream *stream; in sst_media_prepare()[all …]
138 struct sst_runtime_stream { struct163 void sst_set_stream_status(struct sst_runtime_stream *stream, int state); argument