Lines Matching refs:downstream_bw
2041 int *downstream_bw) in usb4_usb3_port_read_allocated_bandwidth() argument
2062 *downstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth()
2078 int *downstream_bw) in usb4_usb3_port_allocated_bandwidth() argument
2087 downstream_bw); in usb4_usb3_port_allocated_bandwidth()
2095 int *downstream_bw) in usb4_usb3_port_read_consumed_bandwidth() argument
2116 *downstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_consumed_bandwidth()
2123 int downstream_bw) in usb4_usb3_port_write_allocated_bandwidth() argument
2130 max_bw = max(upstream_bw, downstream_bw); in usb4_usb3_port_write_allocated_bandwidth()
2146 dbw = mbps_to_usb3_bw(downstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()
2181 int *downstream_bw) in usb4_usb3_port_allocate_bandwidth() argument
2196 allocate_down = max(*downstream_bw, consumed_down); in usb4_usb3_port_allocate_bandwidth()
2204 *downstream_bw = allocate_down; in usb4_usb3_port_allocate_bandwidth()
2223 int *downstream_bw) in usb4_usb3_port_release_bandwidth() argument
2251 *downstream_bw = consumed_down; in usb4_usb3_port_release_bandwidth()