Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dstream.c1895 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name, enum sdw_stream_type type) in sdw_alloc_stream() function
1911 EXPORT_SYMBOL(sdw_alloc_stream);
1936 sdw_stream = sdw_alloc_stream(name, SDW_STREAM_PCM); in sdw_startup_stream()
H A Dintel_ace2x.c91 stream = sdw_alloc_stream("BPT", SDW_STREAM_BPT); in intel_ace2x_bpt_open_stream()
/linux/include/linux/soundwire/
H A Dsdw.h1065 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name, enum sdw_stream_type type);