Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/qcom/
Dsdw.c38 ret = sdw_prepare_stream(sruntime); in qcom_snd_sdw_prepare()
Dsc7280.c253 ret = sdw_prepare_stream(sruntime); in sc7280_snd_swr_prepare()
Dsdm845.c485 ret = sdw_prepare_stream(sruntime); in sdm845_snd_prepare()
/Linux-v6.6/Documentation/driver-api/soundwire/
Dlocking.rst92 | sdw_prepare_stream() |
Dstream.rst376 int sdw_prepare_stream(struct sdw_stream_runtime * stream);
/Linux-v6.6/include/linux/soundwire/
Dsdw.h1049 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
/Linux-v6.6/drivers/soundwire/
Dstream.c1431 int sdw_prepare_stream(struct sdw_stream_runtime *stream) in sdw_prepare_stream() function
1472 EXPORT_SYMBOL(sdw_prepare_stream);
/Linux-v6.6/sound/soc/intel/boards/
Dsof_sdw.c541 return sdw_prepare_stream(sdw_stream); in sdw_prepare()