Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/qcom/
H A Dsdw.c52 sdw_deprepare_stream(sruntime); in qcom_snd_sdw_prepare()
109 sdw_deprepare_stream(sruntime); in qcom_snd_sdw_hw_free()
H A Dsc7280.c249 sdw_deprepare_stream(sruntime); in sc7280_snd_swr_prepare()
259 sdw_deprepare_stream(sruntime); in sc7280_snd_swr_prepare()
301 sdw_deprepare_stream(sruntime); in sc7280_snd_hw_free()
H A Dsdm845.c481 sdw_deprepare_stream(sruntime); in sdm845_snd_prepare()
499 sdw_deprepare_stream(sruntime); in sdm845_snd_prepare()
516 sdw_deprepare_stream(sruntime); in sdm845_snd_hw_free()
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h1054 int sdw_deprepare_stream(struct sdw_stream_runtime *stream);
/openbmc/linux/drivers/soundwire/
H A Dstream.c1686 int sdw_deprepare_stream(struct sdw_stream_runtime *stream) in sdw_deprepare_stream() function
1716 EXPORT_SYMBOL(sdw_deprepare_stream);
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dstream.rst476 int sdw_deprepare_stream(struct sdw_stream_runtime * stream);
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw.c694 return sdw_deprepare_stream(sdw_stream); in sdw_hw_free()