Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c495 unsigned int required_bandwidth; in get_manager_lane() local
503 required_bandwidth = 0; in get_manager_lane()
505 required_bandwidth += m_rt->stream->params.rate * in get_manager_lane()
509 if (required_bandwidth <= in get_manager_lane()
521 bus->lane_used_bandwidth[l] += required_bandwidth; in get_manager_lane()
526 bus->params.bandwidth -= required_bandwidth; in get_manager_lane()