Searched refs:sdw_stream_runtime (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/sound/soc/qcom/
H A Dsdw.h11 struct sdw_stream_runtime *runtime,
15 struct sdw_stream_runtime **psruntime);
17 struct sdw_stream_runtime *sruntime,
H A Dsdw.c18 * sdw_stream_runtime.
26 struct sdw_stream_runtime *sruntime;
54 struct sdw_stream_runtime *sruntime,
106 struct sdw_stream_runtime **psruntime)
111 struct sdw_stream_runtime *sruntime;
136 struct sdw_stream_runtime *sruntime, bool *stream_prepared)
H A Dx1e80100.c20 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
37 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
82 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
93 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
H A Dsm8250.c23 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
78 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
99 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
110 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
H A Dsc8280xp.c20 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
56 struct sdw_stream_runtime *sruntime = pdata->sruntime[cpu_dai->id];
104 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
115 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
H A Dsc7280.c33 struct sdw_stream_runtime *sruntime[LPASS_MAX_PORTS];
212 struct sdw_stream_runtime *sruntime;
243 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
293 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
H A Dsdm845.c42 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
66 struct sdw_stream_runtime *sruntime;
473 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
512 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
/linux-master/sound/soc/codecs/
H A Dcs42l43-sdw.c25 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream);
51 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream);
H A Dsdw-mockup.c63 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream);
93 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream);
H A Dmax98363.c211 struct sdw_stream_runtime *stream;
260 struct sdw_stream_runtime *stream =
H A Dcs42l42-sdw.c68 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream);
121 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream);
H A Drt1308-sdw.c537 struct sdw_stream_runtime *sdw_stream;
579 struct sdw_stream_runtime *sdw_stream =
H A Dmax98373-sdw.c524 struct sdw_stream_runtime *sdw_stream;
652 struct sdw_stream_runtime *sdw_stream =
H A Drt1017-sdca-sdw.c581 struct sdw_stream_runtime *sdw_stream;
660 struct sdw_stream_runtime *sdw_stream =
H A Drt5682-sdw.c111 struct sdw_stream_runtime *sdw_stream;
227 struct sdw_stream_runtime *sdw_stream =
H A Drt1316-sdw.c516 struct sdw_stream_runtime *sdw_stream;
553 struct sdw_stream_runtime *sdw_stream =
H A Drt715.c841 struct sdw_stream_runtime *sdw_stream;
933 struct sdw_stream_runtime *sdw_stream =
H A Drt700.c904 struct sdw_stream_runtime *sdw_stream;
985 struct sdw_stream_runtime *sdw_stream =
H A Drt712-sdca-dmic.c646 struct sdw_stream_runtime *sdw_stream;
723 struct sdw_stream_runtime *sdw_stream =
/linux-master/include/linux/soundwire/
H A Dsdw.h1018 * sdw_stream_runtime: Runtime stream parameters
1029 struct sdw_stream_runtime { struct
1038 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name);
1039 void sdw_release_stream(struct sdw_stream_runtime *stream);
1047 struct sdw_stream_runtime *stream);
1049 struct sdw_stream_runtime *stream);
1051 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
1052 int sdw_enable_stream(struct sdw_stream_runtime *stream);
1053 int sdw_disable_stream(struct sdw_stream_runtime *stream);
1054 int sdw_deprepare_stream(struct sdw_stream_runtime *strea
[all...]
H A Dsdw_amd.h47 struct sdw_stream_runtime *stream;
/linux-master/drivers/soundwire/
H A Dstream.c777 static int do_bank_switch(struct sdw_stream_runtime *stream)
926 struct sdw_stream_runtime *stream)
1091 struct sdw_stream_runtime *stream)
1116 struct sdw_stream_runtime *stream)
1129 struct sdw_stream_runtime *stream)
1152 struct sdw_stream_runtime *stream)
1217 struct sdw_stream_runtime *stream)
1242 struct sdw_stream_runtime *stream,
1318 static void sdw_acquire_bus_lock(struct sdw_stream_runtime *stream)
1340 static void sdw_release_bus_lock(struct sdw_stream_runtime *strea
[all...]
H A Dcadence_master.h95 struct sdw_stream_runtime *stream;
H A Dbus.h133 * @stream_node: sdw_stream_runtime master_list node
138 struct sdw_stream_runtime *stream;
H A Dqcom.c207 struct sdw_stream_runtime *sruntime[SWRM_MAX_DAIS];
1127 struct sdw_stream_runtime *stream)
1149 struct sdw_stream_runtime *stream,
1220 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id];
1235 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id];

Completed in 185 milliseconds

12