Lines Matching refs:upstream_bw
1553 int *upstream_bw, in usb4_usb3_port_read_allocated_bandwidth() argument
1572 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth()
1590 int usb4_usb3_port_allocated_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_allocated_bandwidth() argument
1599 ret = usb4_usb3_port_read_allocated_bandwidth(port, upstream_bw, in usb4_usb3_port_allocated_bandwidth()
1607 int *upstream_bw, in usb4_usb3_port_read_consumed_bandwidth() argument
1626 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_consumed_bandwidth()
1635 int upstream_bw, in usb4_usb3_port_write_allocated_bandwidth() argument
1648 ubw = mbps_to_usb3_bw(upstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()
1681 int usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_allocate_bandwidth() argument
1696 allocate_up = max(*upstream_bw, consumed_up); in usb4_usb3_port_allocate_bandwidth()
1704 *upstream_bw = allocate_up; in usb4_usb3_port_allocate_bandwidth()
1723 int usb4_usb3_port_release_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_release_bandwidth() argument
1751 *upstream_bw = consumed_up; in usb4_usb3_port_release_bandwidth()