Searched refs:slim_stream_runtime (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | slimbus.h | 202 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/ |
H A D | stream.c | 101 struct slim_stream_runtime *slim_stream_allocate(struct slim_device *dev, in slim_stream_allocate() 104 struct slim_stream_runtime *rt; in slim_stream_allocate() 125 static int slim_connect_port_channel(struct slim_stream_runtime *stream, in slim_connect_port_channel() 145 static int slim_disconnect_port(struct slim_stream_runtime *stream, in slim_disconnect_port() 161 static int slim_deactivate_remove_channel(struct slim_stream_runtime *stream, in slim_deactivate_remove_channel() 204 int slim_stream_prepare(struct slim_stream_runtime *rt, in slim_stream_prepare() 272 static int slim_define_channel_content(struct slim_stream_runtime *stream, in slim_define_channel_content() 307 static int slim_define_channel(struct slim_stream_runtime *stream, in slim_define_channel() 331 static int slim_activate_channel(struct slim_stream_runtime *stream, in slim_activate_channel() 359 int slim_stream_enable(struct slim_stream_runtime *strea [all...] |
H A D | slimbus.h | 320 * 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); 334 nameslim_stream_runtime global() argument 335 devslim_stream_runtime global() argument 336 directionslim_stream_runtime global() argument 337 protslim_stream_runtime global() argument 338 rateslim_stream_runtime global() argument 339 bpsslim_stream_runtime global() argument 340 ratemslim_stream_runtime global() argument 341 num_portsslim_stream_runtime global() argument 342 portsslim_stream_runtime global() argument 343 nodeslim_stream_runtime global() argument
|
H A D | qcom-ngd-ctrl.c | 948 static int qcom_slim_calc_coef(struct slim_stream_runtime *rt, int *exp) in qcom_slim_calc_coef() 996 static int qcom_slim_ngd_enable_stream(struct slim_stream_runtime *rt) in qcom_slim_ngd_enable_stream()
|
/linux/sound/soc/codecs/ |
H A D | wcd9335.c | 295 struct slim_stream_runtime *sruntime;
|
H A D | wcd934x.c | 500 struct slim_stream_runtime *sruntime;
|