Home
last modified time | relevance | path

Searched refs:upstream_bw (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thunderbolt/
H A Dusb4.c2281 int *upstream_bw, in usb4_usb3_port_read_allocated_bandwidth() argument
2300 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth()
2319 int usb4_usb3_port_allocated_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_allocated_bandwidth() argument
2328 ret = usb4_usb3_port_read_allocated_bandwidth(port, upstream_bw, in usb4_usb3_port_allocated_bandwidth()
2336 int *upstream_bw, in usb4_usb3_port_read_consumed_bandwidth() argument
2355 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_consumed_bandwidth()
2364 int upstream_bw, in usb4_usb3_port_write_allocated_bandwidth() argument
2372 max_bw = max(upstream_bw, downstream_bw); in usb4_usb3_port_write_allocated_bandwidth()
2387 ubw = mbps_to_usb3_bw(upstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()
2421 int usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_allocate_bandwidth() argument
[all …]