Lines Matching refs:downstream_bw
1828 int *downstream_bw) in usb4_usb3_port_read_allocated_bandwidth() argument
1849 *downstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth()
1865 int *downstream_bw) in usb4_usb3_port_allocated_bandwidth() argument
1874 downstream_bw); in usb4_usb3_port_allocated_bandwidth()
1882 int *downstream_bw) in usb4_usb3_port_read_consumed_bandwidth() argument
1903 *downstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_consumed_bandwidth()
1910 int downstream_bw) in usb4_usb3_port_write_allocated_bandwidth() argument
1923 dbw = mbps_to_usb3_bw(downstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()
1956 int *downstream_bw) in usb4_usb3_port_allocate_bandwidth() argument
1971 allocate_down = max(*downstream_bw, consumed_down); in usb4_usb3_port_allocate_bandwidth()
1979 *downstream_bw = allocate_down; in usb4_usb3_port_allocate_bandwidth()
1998 int *downstream_bw) in usb4_usb3_port_release_bandwidth() argument
2026 *downstream_bw = consumed_down; in usb4_usb3_port_release_bandwidth()