Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/qcom/
Dsdw.c108 sdw_disable_stream(sruntime); in qcom_snd_sdw_hw_free()
Dsc7280.c248 sdw_disable_stream(sruntime); in sc7280_snd_swr_prepare()
300 sdw_disable_stream(sruntime); in sc7280_snd_hw_free()
Dsdm845.c480 sdw_disable_stream(sruntime); in sdm845_snd_prepare()
515 sdw_disable_stream(sruntime); in sdm845_snd_hw_free()
/Linux-v6.6/include/linux/soundwire/
Dsdw.h1051 int sdw_disable_stream(struct sdw_stream_runtime *stream);
/Linux-v6.6/drivers/soundwire/
Dstream.c1605 int sdw_disable_stream(struct sdw_stream_runtime *stream) in sdw_disable_stream() function
1634 EXPORT_SYMBOL(sdw_disable_stream);
/Linux-v6.6/Documentation/driver-api/soundwire/
Dstream.rst442 int sdw_disable_stream(struct sdw_stream_runtime * stream);
/Linux-v6.6/sound/soc/intel/boards/
Dsof_sdw.c570 ret = sdw_disable_stream(sdw_stream); in sdw_trigger()