Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.10/drivers/soundwire/
Dstream.c757 static int do_bank_switch(struct sdw_stream_runtime *stream) in do_bank_switch()
872 void sdw_release_stream(struct sdw_stream_runtime *stream) in sdw_release_stream()
887 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name) in sdw_alloc_stream()
889 struct sdw_stream_runtime *stream; in sdw_alloc_stream()
906 struct sdw_stream_runtime *stream) in sdw_find_master_rt()
931 struct sdw_stream_runtime *stream) in sdw_alloc_master_rt()
975 struct sdw_stream_runtime *stream) in sdw_alloc_slave_rt()
1004 struct sdw_stream_runtime *stream) in sdw_slave_port_release()
1033 struct sdw_stream_runtime *stream) in sdw_release_slave_stream()
1063 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.h98 struct sdw_stream_runtime *stream;
Dbus.h136 struct sdw_stream_runtime *stream;
/kernel/linux/linux-5.10/sound/soc/codecs/
Drt1308-sdw.h170 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.c930 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream; in rt711_set_sdw_stream()
/kernel/linux/linux-5.10/sound/soc/qcom/
Dsdm845.c41 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
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()
/kernel/linux/linux-5.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);
/kernel/linux/linux-5.10/sound/soc/intel/boards/
Dsof_sdw.c228 struct sdw_stream_runtime *sdw_stream; in sdw_prepare()
247 struct sdw_stream_runtime *sdw_stream; in sdw_trigger()
287 struct sdw_stream_runtime *sdw_stream; in sdw_hw_free()