Searched refs:slim_stream_runtime (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c947 static int qcom_slim_calc_coef(struct slim_stream_runtime *rt, int *exp)
995 static int qcom_slim_ngd_enable_stream(struct slim_stream_runtime *rt)
H A Dslimbus.h320 * struct slim_stream_runtime - SLIMbus stream runtime instance
333 struct slim_stream_runtime { struct
420 int (*enable_stream)(struct slim_stream_runtime *rt);
421 int (*disable_stream)(struct slim_stream_runtime *rt);
H A Dstream.c99 struct slim_stream_runtime *slim_stream_allocate(struct slim_device *dev,
102 struct slim_stream_runtime *rt;
123 static int slim_connect_port_channel(struct slim_stream_runtime *stream,
143 static int slim_disconnect_port(struct slim_stream_runtime *stream,
159 static int slim_deactivate_remove_channel(struct slim_stream_runtime *stream,
202 int slim_stream_prepare(struct slim_stream_runtime *rt,
270 static int slim_define_channel_content(struct slim_stream_runtime *stream,
305 static int slim_define_channel(struct slim_stream_runtime *stream,
329 static int slim_activate_channel(struct slim_stream_runtime *stream,
357 int slim_stream_enable(struct slim_stream_runtime *strea
[all...]
/linux-master/include/linux/
H 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-master/sound/soc/codecs/
H A Dwcd9335.c292 struct slim_stream_runtime *sruntime;
H A Dwcd934x.c514 struct slim_stream_runtime *sruntime;

Completed in 366 milliseconds