Home
last modified time | relevance | path

Searched refs:sdw_shutdown_stream (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/soundwire/
H A Dsdw.h1067 void sdw_shutdown_stream(void *sdw_substream);
/linux/drivers/soundwire/
H A Dstream.c1943 void sdw_shutdown_stream(void *sdw_substream) in sdw_shutdown_stream() function
1967 EXPORT_SYMBOL(sdw_shutdown_stream);
/linux/Documentation/driver-api/soundwire/
H A Dstream.rst516 The SoundWire core provides a sdw_shutdown_stream() helper function,
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c1154 sdw_shutdown_stream(substream); in asoc_sdw_shutdown()