Lines Matching refs:slim_stream_runtime
99 struct slim_stream_runtime *slim_stream_allocate(struct slim_device *dev, in slim_stream_allocate()
102 struct slim_stream_runtime *rt; in slim_stream_allocate()
123 static int slim_connect_port_channel(struct slim_stream_runtime *stream, in slim_connect_port_channel()
143 static int slim_disconnect_port(struct slim_stream_runtime *stream, in slim_disconnect_port()
159 static int slim_deactivate_remove_channel(struct slim_stream_runtime *stream, in slim_deactivate_remove_channel()
202 int slim_stream_prepare(struct slim_stream_runtime *rt, in slim_stream_prepare()
270 static int slim_define_channel_content(struct slim_stream_runtime *stream, in slim_define_channel_content()
305 static int slim_define_channel(struct slim_stream_runtime *stream, in slim_define_channel()
329 static int slim_activate_channel(struct slim_stream_runtime *stream, in slim_activate_channel()
357 int slim_stream_enable(struct slim_stream_runtime *stream) in slim_stream_enable()
410 int slim_stream_disable(struct slim_stream_runtime *stream) in slim_stream_disable()
447 int slim_stream_unprepare(struct slim_stream_runtime *stream) in slim_stream_unprepare()
477 int slim_stream_free(struct slim_stream_runtime *stream) in slim_stream_free()