Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c127 if (m_rt->stream->type != SDW_STREAM_BPT) in sdw_compute_dp0_port_params()
670 if (stream->type == SDW_STREAM_BPT) { in sdw_compute_params()
H A Dintel_ace2x.c35 sconfig.type = SDW_STREAM_BPT; in sdw_slave_bpt_stream_add()
91 stream = sdw_alloc_stream("BPT", SDW_STREAM_BPT); in intel_ace2x_bpt_open_stream()
132 sconfig.type = SDW_STREAM_BPT; in intel_ace2x_bpt_open_stream()
H A Dstream.c1251 if (stream->type == SDW_STREAM_BPT) { in sdw_master_rt_alloc()
1293 if (stream->type == SDW_STREAM_BPT) in sdw_master_rt_alloc()
1343 if (stream->type == SDW_STREAM_BPT) in sdw_master_rt_free()
2212 stream->type == SDW_STREAM_BPT); in sdw_stream_add_slave()
/linux/include/linux/soundwire/
H A Dsdw.h164 SDW_STREAM_BPT = 2, enumerator