Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c199 if (l > 0 && !bus->lane_used_bandwidth[l]) in _sdw_compute_port_params()
270 if (l > 0 && !bus->lane_used_bandwidth[l]) in sdw_compute_group_params()
510 curr_dr_freq - bus->lane_used_bandwidth[l]) { in get_manager_lane()
521 bus->lane_used_bandwidth[l] += required_bandwidth; in get_manager_lane()
H A Dstream.c1795 bus->lane_used_bandwidth[p_rt->lane] -= bandwidth; in _sdw_deprepare_stream()
1796 if (!bus->lane_used_bandwidth[p_rt->lane]) in _sdw_deprepare_stream()
/linux/include/linux/soundwire/
H A Dsdw.h1062 unsigned int lane_used_bandwidth[SDW_MAX_LANES]; member