Lines Matching defs:downstream_bw
2041 int *downstream_bw)
2062 *downstream_bw = usb3_bw_to_mbps(bw, scale);
2071 * @downstream_bw: Allocated downstream bandwidth is stored here
2074 * @downstream_bw in Mb/s. Returns %0 in case of success and negative
2078 int *downstream_bw)
2087 downstream_bw);
2095 int *downstream_bw)
2116 *downstream_bw = usb3_bw_to_mbps(bw, scale);
2123 int downstream_bw)
2130 max_bw = max(upstream_bw, downstream_bw);
2146 dbw = mbps_to_usb3_bw(downstream_bw, scale);
2167 * @downstream_bw: New downstream bandwidth
2170 * tunneled isochronous traffic. @upstream_bw and @downstream_bw are the
2175 * @upstream_bw and @downstream_bw.
2181 int *downstream_bw)
2196 allocate_down = max(*downstream_bw, consumed_down);
2204 *downstream_bw = allocate_down;
2215 * @downstream_bw: New allocated downstream bandwidth
2218 * The new bandwidth is returned in @upstream_bw and @downstream_bw.
2223 int *downstream_bw)
2251 *downstream_bw = consumed_down;