Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/qcom/
Dsdw.c41 ret = sdw_prepare_stream(sruntime); in qcom_snd_sdw_prepare()
Dsc7280.c237 ret = sdw_prepare_stream(sruntime); in sc7280_snd_swr_prepare()
Dsdm845.c472 ret = sdw_prepare_stream(sruntime); in sdm845_snd_prepare()
/linux-6.1.9/Documentation/driver-api/soundwire/
Dlocking.rst92 | sdw_prepare_stream() |
Dstream.rst376 int sdw_prepare_stream(struct sdw_stream_runtime * stream);
/linux-6.1.9/include/linux/soundwire/
Dsdw.h1034 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
/linux-6.1.9/drivers/soundwire/
Dstream.c1424 int sdw_prepare_stream(struct sdw_stream_runtime *stream) in sdw_prepare_stream() function
1465 EXPORT_SYMBOL(sdw_prepare_stream);
/linux-6.1.9/sound/soc/intel/boards/
Dsof_sdw.c405 return sdw_prepare_stream(sdw_stream); in sdw_prepare()