Home
last modified time | relevance | path

Searched refs:slim_stream_runtime (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
A Dslimbus.h202 struct slim_stream_runtime;
203 struct slim_stream_runtime *slim_stream_allocate(struct slim_device *dev,
205 int slim_stream_prepare(struct slim_stream_runtime *stream,
207 int slim_stream_enable(struct slim_stream_runtime *stream);
208 int slim_stream_disable(struct slim_stream_runtime *stream);
209 int slim_stream_unprepare(struct slim_stream_runtime *stream);
210 int slim_stream_free(struct slim_stream_runtime *stream);
/linux/drivers/slimbus/
A Dstream.c99 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()
202 int slim_stream_prepare(struct slim_stream_runtime *rt, in slim_stream_prepare()
298 static int slim_define_channel(struct slim_stream_runtime *stream, in slim_define_channel()
322 static int slim_activate_channel(struct slim_stream_runtime *stream, in slim_activate_channel()
350 int slim_stream_enable(struct slim_stream_runtime *stream) in slim_stream_enable()
403 int slim_stream_disable(struct slim_stream_runtime *stream) in slim_stream_disable()
437 int slim_stream_unprepare(struct slim_stream_runtime *stream) in slim_stream_unprepare()
[all …]
A Dslimbus.h333 struct slim_stream_runtime { struct
420 int (*enable_stream)(struct slim_stream_runtime *rt);
421 int (*disable_stream)(struct slim_stream_runtime *rt);
A Dqcom-ngd-ctrl.c932 static int qcom_slim_ngd_enable_stream(struct slim_stream_runtime *rt) in qcom_slim_ngd_enable_stream()
/linux/sound/soc/codecs/
A Dwcd9335.c301 struct slim_stream_runtime *sruntime;
A Dwcd934x.c515 struct slim_stream_runtime *sruntime;

Completed in 33 milliseconds