Home
last modified time | relevance | path

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

12

/linux-6.12.1/sound/soc/qcom/
Dsdw.c26 struct sdw_stream_runtime *sruntime; in qcom_snd_sdw_startup()
54 struct sdw_stream_runtime *sruntime, in qcom_snd_sdw_prepare()
106 struct sdw_stream_runtime **psruntime) in qcom_snd_sdw_hw_params()
111 struct sdw_stream_runtime *sruntime; in qcom_snd_sdw_hw_params()
136 struct sdw_stream_runtime *sruntime, bool *stream_prepared) in qcom_snd_sdw_hw_free()
Dsdw.h11 struct sdw_stream_runtime *runtime,
15 struct sdw_stream_runtime **psruntime);
17 struct sdw_stream_runtime *sruntime,
Dsm8250.c23 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
86 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sm2450_snd_shutdown()
107 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sm8250_snd_prepare()
118 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sm8250_snd_hw_free()
Dsc8280xp.c20 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
71 struct sdw_stream_runtime *sruntime = pdata->sruntime[cpu_dai->id]; in sc8280xp_snd_shutdown()
119 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sc8280xp_snd_prepare()
130 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sc8280xp_snd_hw_free()
Dx1e80100.c21 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
58 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in x1e80100_snd_shutdown()
103 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in x1e80100_snd_prepare()
131 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in x1e80100_snd_hw_free()
Dsc7280.c34 struct sdw_stream_runtime *sruntime[LPASS_MAX_PORTS];
213 struct sdw_stream_runtime *sruntime; in sc7280_snd_hw_params()
244 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sc7280_snd_swr_prepare()
294 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sc7280_snd_hw_free()
320 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sc7280_snd_shutdown()
Dsdm845.c43 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
67 struct sdw_stream_runtime *sruntime; in sdm845_slim_snd_hw_params()
429 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_shutdown()
478 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_prepare()
517 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_hw_free()
/linux-6.12.1/include/linux/soundwire/
Dsdw.h1018 struct sdw_stream_runtime { struct
1027 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name); argument
1028 void sdw_release_stream(struct sdw_stream_runtime *stream);
1036 struct sdw_stream_runtime *stream);
1038 struct sdw_stream_runtime *stream);
1040 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
1041 int sdw_enable_stream(struct sdw_stream_runtime *stream);
1042 int sdw_disable_stream(struct sdw_stream_runtime *stream);
1043 int sdw_deprepare_stream(struct sdw_stream_runtime *stream);
1058 struct sdw_stream_runtime *stream);
[all …]
Dsdw_amd.h47 struct sdw_stream_runtime *stream;
/linux-6.12.1/drivers/soundwire/
Dstream.c777 static int do_bank_switch(struct sdw_stream_runtime *stream) in do_bank_switch()
926 struct sdw_stream_runtime *stream) in sdw_slave_port_free()
1091 struct sdw_stream_runtime *stream) in sdw_slave_rt_find()
1116 struct sdw_stream_runtime *stream) in sdw_slave_rt_free()
1129 struct sdw_stream_runtime *stream) in sdw_master_rt_find()
1152 struct sdw_stream_runtime *stream) in sdw_master_rt_alloc()
1219 struct sdw_stream_runtime *stream) in sdw_master_rt_free()
1247 struct sdw_stream_runtime *stream, in sdw_config_stream()
1323 static void sdw_acquire_bus_lock(struct sdw_stream_runtime *stream) in sdw_acquire_bus_lock()
1345 static void sdw_release_bus_lock(struct sdw_stream_runtime *stream) in sdw_release_bus_lock()
[all …]
Dcadence_master.h95 struct sdw_stream_runtime *stream;
Dbus.h138 struct sdw_stream_runtime *stream;
Dqcom.c206 struct sdw_stream_runtime *sruntime[SWRM_MAX_DAIS];
1139 struct sdw_stream_runtime *stream) in qcom_swrm_stream_free_ports()
1157 struct sdw_stream_runtime *stream, in qcom_swrm_stream_alloc_ports()
1233 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_params()
1248 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_free()
/linux-6.12.1/sound/soc/codecs/
Dcs42l43-sdw.c25 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream); in cs42l43_sdw_add_peripheral()
51 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream); in cs42l43_sdw_remove_peripheral()
Dsdw-mockup.c63 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream); in sdw_mockup_pcm_hw_params()
93 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream); in sdw_mockup_pcm_hw_free()
Dmax98363.c211 struct sdw_stream_runtime *stream; in max98363_sdw_dai_hw_params()
260 struct sdw_stream_runtime *stream = in max98363_pcm_hw_free()
Drt1318-sdw.c572 struct sdw_stream_runtime *sdw_stream; in rt1318_sdw_hw_params()
653 struct sdw_stream_runtime *sdw_stream = in rt1318_sdw_pcm_hw_free()
Dcs42l42-sdw.c68 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream); in cs42l42_sdw_dai_hw_params()
121 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream); in cs42l42_sdw_dai_hw_free()
Drt1017-sdca-sdw.c581 struct sdw_stream_runtime *sdw_stream; in rt1017_sdca_pcm_hw_params()
660 struct sdw_stream_runtime *sdw_stream = in rt1017_sdca_pcm_hw_free()
Drt1316-sdw.c516 struct sdw_stream_runtime *sdw_stream; in rt1316_sdw_hw_params()
553 struct sdw_stream_runtime *sdw_stream = in rt1316_sdw_pcm_hw_free()
Drt5682-sdw.c111 struct sdw_stream_runtime *sdw_stream; in rt5682_sdw_hw_params()
227 struct sdw_stream_runtime *sdw_stream = in rt5682_sdw_hw_free()
Drt1308-sdw.c537 struct sdw_stream_runtime *sdw_stream; in rt1308_sdw_hw_params()
579 struct sdw_stream_runtime *sdw_stream = in rt1308_sdw_pcm_hw_free()
Dmax98373-sdw.c524 struct sdw_stream_runtime *sdw_stream; in max98373_sdw_dai_hw_params()
652 struct sdw_stream_runtime *sdw_stream = in max98373_pcm_hw_free()
/linux-6.12.1/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-6.12.1/sound/soc/sdw_utils/
Dsoc_sdw_utils.c701 struct sdw_stream_runtime *sdw_stream; in asoc_sdw_prepare()
720 struct sdw_stream_runtime *sdw_stream; in asoc_sdw_trigger()
803 struct sdw_stream_runtime *sdw_stream; in asoc_sdw_hw_free()

12