Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/qcom/
H A Dsdw.c38 ret = sdw_prepare_stream(sruntime); in qcom_snd_sdw_prepare()
H A Dsc7280.c253 ret = sdw_prepare_stream(sruntime); in sc7280_snd_swr_prepare()
H A Dsdm845.c485 ret = sdw_prepare_stream(sruntime); in sdm845_snd_prepare()
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dlocking.rst92 | sdw_prepare_stream() |
H A Dstream.rst376 int sdw_prepare_stream(struct sdw_stream_runtime * stream);
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h1051 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
/openbmc/linux/drivers/soundwire/
H A Dstream.c1432 int sdw_prepare_stream(struct sdw_stream_runtime *stream) in sdw_prepare_stream() function
1473 EXPORT_SYMBOL(sdw_prepare_stream);
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw.c588 return sdw_prepare_stream(sdw_stream); in sdw_prepare()