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.c500 unsigned int required_bandwidth; in get_manager_lane() local
508 required_bandwidth = 0; in get_manager_lane()
510 required_bandwidth += m_rt->stream->params.rate * in get_manager_lane()
514 if (required_bandwidth <= in get_manager_lane()
526 bus->lane_used_bandwidth[l] += required_bandwidth; in get_manager_lane()
531 bus->params.bandwidth -= required_bandwidth; in get_manager_lane()