Home
last modified time | relevance | path

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

/linux-6.15/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c197 if (l > 0 && !bus->lane_used_bandwidth[l]) in _sdw_compute_port_params()
261 if (l > 0 && !bus->lane_used_bandwidth[l]) in sdw_compute_group_params()
505 curr_dr_freq - bus->lane_used_bandwidth[l]) { in get_manager_lane()
516 bus->lane_used_bandwidth[l] += required_bandwidth; in get_manager_lane()
H A Dstream.c1774 bus->lane_used_bandwidth[p_rt->lane] -= bandwidth; in _sdw_deprepare_stream()
1775 if (!bus->lane_used_bandwidth[p_rt->lane]) in _sdw_deprepare_stream()
/linux-6.15/include/linux/soundwire/
H A Dsdw.h1040 unsigned int lane_used_bandwidth[SDW_MAX_LANES]; member