Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dusb4.c2040 int *upstream_bw, in usb4_usb3_port_read_allocated_bandwidth() argument
2059 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth()
2077 int usb4_usb3_port_allocated_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_allocated_bandwidth() argument
2086 ret = usb4_usb3_port_read_allocated_bandwidth(port, upstream_bw, in usb4_usb3_port_allocated_bandwidth()
2094 int *upstream_bw, in usb4_usb3_port_read_consumed_bandwidth() argument
2113 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_consumed_bandwidth()
2122 int upstream_bw, in usb4_usb3_port_write_allocated_bandwidth() argument
2130 max_bw = max(upstream_bw, downstream_bw); in usb4_usb3_port_write_allocated_bandwidth()
2145 ubw = mbps_to_usb3_bw(upstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()
2180 int usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_allocate_bandwidth() argument
[all …]
Dtb.h1287 int usb4_usb3_port_allocated_bandwidth(struct tb_port *port, int *upstream_bw,
1289 int usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw,
1291 int usb4_usb3_port_release_bandwidth(struct tb_port *port, int *upstream_bw,