Lines Matching defs:downstream_bw
1554 int *downstream_bw)
1575 *downstream_bw = usb3_bw_to_mbps(bw, scale);
1584 * @downstream_bw: Allocated downstream bandwidth is stored here
1587 * @downstream_bw in Mb/s. Returns %0 in case of success and negative
1591 int *downstream_bw)
1600 downstream_bw);
1608 int *downstream_bw)
1629 *downstream_bw = usb3_bw_to_mbps(bw, scale);
1636 int downstream_bw)
1643 max_bw = max(upstream_bw, downstream_bw);
1659 dbw = mbps_to_usb3_bw(downstream_bw, scale);
1680 * @downstream_bw: New downstream bandwidth
1683 * tunneled isochronous traffic. @upstream_bw and @downstream_bw are the
1688 * @upstream_bw and @downstream_bw.
1694 int *downstream_bw)
1709 allocate_down = max(*downstream_bw, consumed_down);
1717 *downstream_bw = allocate_down;
1728 * @downstream_bw: New allocated downstream bandwidth
1731 * The new bandwidth is returned in @upstream_bw and @downstream_bw.
1736 int *downstream_bw)
1764 *downstream_bw = consumed_down;