Home
last modified time | relevance | path

Searched refs:sdw_alloc_stream (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/qcom/
H A Dsdw.c30 sruntime = sdw_alloc_stream(cpu_dai->name); in qcom_snd_sdw_startup()
/linux/drivers/soundwire/
H A Dstream.c1805 * sdw_alloc_stream() - Allocate and return stream runtime in sdw_startup_stream()
1810 * sdw_alloc_stream should be called only once per stream. Typically in sdw_startup_stream()
1813 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name)
1828 EXPORT_SYMBOL(sdw_alloc_stream); in sdw_shutdown_stream()
1853 sdw_stream = sdw_alloc_stream(name); in sdw_release_stream()
1752 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name) sdw_alloc_stream() function
/linux/Documentation/driver-api/soundwire/
H A Dstream.rst294 int sdw_alloc_stream(char * stream_name);