Home
last modified time | relevance | path

Searched refs:sdw_prepare_stream (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/sound/soc/qcom/
Dsdw.c81 ret = sdw_prepare_stream(sruntime); in qcom_snd_sdw_prepare()
Dsc7280.c256 ret = sdw_prepare_stream(sruntime); in sc7280_snd_swr_prepare()
Dsdm845.c490 ret = sdw_prepare_stream(sruntime); in sdm845_snd_prepare()
/linux-6.12.1/Documentation/driver-api/soundwire/
Dlocking.rst92 | sdw_prepare_stream() |
Dstream.rst376 int sdw_prepare_stream(struct sdw_stream_runtime * stream);
/linux-6.12.1/include/linux/soundwire/
Dsdw.h1040 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
/linux-6.12.1/drivers/soundwire/
Dstream.c1437 int sdw_prepare_stream(struct sdw_stream_runtime *stream) in sdw_prepare_stream() function
1478 EXPORT_SYMBOL(sdw_prepare_stream);
/linux-6.12.1/sound/soc/sdw_utils/
Dsoc_sdw_utils.c713 return sdw_prepare_stream(sdw_stream); in asoc_sdw_prepare()