Home
last modified time | relevance | path

Searched refs:sdw_deprepare_stream (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/qcom/
H A Dsdw.c159 sdw_deprepare_stream(sruntime); in qcom_snd_sdw_prepare()
208 sdw_deprepare_stream(sruntime); in qcom_snd_sdw_hw_free()
/linux/drivers/soundwire/
H A Dintel_ace2x.c266 sdw_deprepare_stream(cdns->bus.bpt_stream); in intel_ace2x_bpt_open_stream()
300 ret = sdw_deprepare_stream(cdns->bus.bpt_stream); in intel_ace2x_bpt_close_stream()
H A Dstream.c1812 int sdw_deprepare_stream(struct sdw_stream_runtime *stream) in sdw_deprepare_stream() function
1842 EXPORT_SYMBOL(sdw_deprepare_stream);
/linux/include/linux/soundwire/
H A Dsdw.h1066 int sdw_deprepare_stream(struct sdw_stream_runtime *stream);
/linux/Documentation/driver-api/soundwire/
H A Dstream.rst476 int sdw_deprepare_stream(struct sdw_stream_runtime * stream);
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c1148 return sdw_deprepare_stream(sdw_stream); in asoc_sdw_hw_free()