Home
last modified time | relevance | path

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

/linux-6.15/drivers/soundwire/
H A Dintel_ace2x.c34 sconfig.type = SDW_STREAM_BPT; in sdw_slave_bpt_stream_add()
70 stream = sdw_alloc_stream("BPT", SDW_STREAM_BPT); in intel_ace2x_bpt_open_stream()
111 sconfig.type = SDW_STREAM_BPT; in intel_ace2x_bpt_open_stream()
H A Dstream.c1230 if (stream->type == SDW_STREAM_BPT) { in sdw_master_rt_alloc()
1272 if (stream->type == SDW_STREAM_BPT) in sdw_master_rt_alloc()
1322 if (stream->type == SDW_STREAM_BPT) in sdw_master_rt_free()
2191 stream->type == SDW_STREAM_BPT); in sdw_stream_add_slave()
H A Dgeneric_bandwidth_allocation.c665 if (stream->type == SDW_STREAM_BPT) { in sdw_compute_params()
/linux-6.15/include/linux/soundwire/
H A Dsdw.h160 SDW_STREAM_BPT = 2, enumerator