Home
last modified time | relevance | path

Searched refs:sdw_alloc_stream (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/soundwire/
H A Dstream.c880 * sdw_alloc_stream() - Allocate and return stream runtime
885 * sdw_alloc_stream should be called only once per stream. Typically
888 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name) in sdw_alloc_stream() function
903 EXPORT_SYMBOL(sdw_alloc_stream); variable
1897 sdw_stream = sdw_alloc_stream(name); in sdw_startup_stream()
H A Dqcom.c645 sruntime = sdw_alloc_stream(dai->name); in qcom_swrm_startup()
/kernel/linux/linux-5.10/include/linux/soundwire/
H A Dsdw.h971 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name);
/kernel/linux/linux-6.6/include/linux/soundwire/
H A Dsdw.h1038 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name);
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dstream.c1739 * sdw_alloc_stream() - Allocate and return stream runtime
1744 * sdw_alloc_stream should be called only once per stream. Typically
1747 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name) in sdw_alloc_stream() function
1762 EXPORT_SYMBOL(sdw_alloc_stream); variable
1787 sdw_stream = sdw_alloc_stream(name); in sdw_startup_stream()
H A Dqcom.c1270 sruntime = sdw_alloc_stream(dai->name); in qcom_swrm_startup()

Completed in 13 milliseconds