Home
last modified time | relevance | path

Searched refs:sdw_stream_runtime (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.10/include/linux/soundwire/
Dsdw.h962 struct sdw_stream_runtime { struct
971 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name); argument
972 void sdw_release_stream(struct sdw_stream_runtime *stream);
980 struct sdw_stream_runtime *stream);
985 struct sdw_stream_runtime *stream);
987 struct sdw_stream_runtime *stream);
989 struct sdw_stream_runtime *stream);
991 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
992 int sdw_enable_stream(struct sdw_stream_runtime *stream);
993 int sdw_disable_stream(struct sdw_stream_runtime *stream);
[all …]
/Linux-v5.10/drivers/soundwire/
Dstream.c758 static int do_bank_switch(struct sdw_stream_runtime *stream) in do_bank_switch()
873 void sdw_release_stream(struct sdw_stream_runtime *stream) in sdw_release_stream()
888 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name) in sdw_alloc_stream()
890 struct sdw_stream_runtime *stream; in sdw_alloc_stream()
907 struct sdw_stream_runtime *stream) in sdw_find_master_rt()
932 struct sdw_stream_runtime *stream) in sdw_alloc_master_rt()
976 struct sdw_stream_runtime *stream) in sdw_alloc_slave_rt()
1005 struct sdw_stream_runtime *stream) in sdw_slave_port_release()
1034 struct sdw_stream_runtime *stream) in sdw_release_slave_stream()
1064 struct sdw_stream_runtime *stream) in sdw_release_master_stream()
[all …]
Dqcom.c107 struct sdw_stream_runtime *sruntime[SWRM_MAX_DAIS];
507 struct sdw_stream_runtime *stream) in qcom_swrm_stream_free_ports()
529 struct sdw_stream_runtime *stream, in qcom_swrm_stream_alloc_ports()
596 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_params()
611 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_free()
641 struct sdw_stream_runtime *sruntime; in qcom_swrm_startup()
Dcadence_master.h92 struct sdw_stream_runtime *stream;
Dbus.h136 struct sdw_stream_runtime *stream;
/Linux-v5.10/sound/soc/codecs/
Drt1308-sdw.h168 struct sdw_stream_runtime *sdw_stream;
Drt700.h29 struct sdw_stream_runtime *sdw_stream;
Drt711.h31 struct sdw_stream_runtime *sdw_stream;
Drt715.h28 struct sdw_stream_runtime *sdw_stream;
Drt5682-sdw.c91 struct sdw_stream_runtime *sdw_stream;
106 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream; in rt5682_set_sdw_stream()
Drt1308-sdw.c478 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream; in rt1308_set_sdw_stream()
Dmax98373-sdw.c23 struct sdw_stream_runtime *sdw_stream;
Drt715.c540 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream; in rt715_set_sdw_stream()
Dwsa881x.c676 struct sdw_stream_runtime *sruntime;
Drt700.c870 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream; in rt700_set_sdw_stream()
Drt711.c916 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream; in rt711_set_sdw_stream()
/Linux-v5.10/sound/soc/qcom/
Dsdm845.c41 struct sdw_stream_runtime *sruntime[SLIM_MAX_RX_PORTS];
54 struct sdw_stream_runtime *sruntime; in sdm845_slim_snd_hw_params()
444 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_prepare()
483 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_hw_free()
/Linux-v5.10/Documentation/driver-api/soundwire/
Dstream.rst328 struct sdw_stream_runtime * stream);
333 struct sdw_stream_runtime * stream);
376 int sdw_prepare_stream(struct sdw_stream_runtime * stream);
406 int sdw_enable_stream(struct sdw_stream_runtime * stream);
442 int sdw_disable_stream(struct sdw_stream_runtime * stream);
476 int sdw_deprepare_stream(struct sdw_stream_runtime * stream);
502 struct sdw_stream_runtime * stream);
504 struct sdw_stream_runtime * stream);
514 void sdw_release_stream(struct sdw_stream_runtime * stream);
/Linux-v5.10/sound/soc/intel/boards/
Dsof_sdw.c171 struct sdw_stream_runtime *sdw_stream; in sdw_prepare()
190 struct sdw_stream_runtime *sdw_stream; in sdw_trigger()
230 struct sdw_stream_runtime *sdw_stream; in sdw_hw_free()