Searched refs:upstream_bw (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/thunderbolt/ |
| D | usb4.c | 1827 int *upstream_bw, in usb4_usb3_port_read_allocated_bandwidth() argument 1846 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth() 1864 int usb4_usb3_port_allocated_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_allocated_bandwidth() argument 1873 ret = usb4_usb3_port_read_allocated_bandwidth(port, upstream_bw, in usb4_usb3_port_allocated_bandwidth() 1881 int *upstream_bw, in usb4_usb3_port_read_consumed_bandwidth() argument 1900 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_consumed_bandwidth() 1909 int upstream_bw, in usb4_usb3_port_write_allocated_bandwidth() argument 1922 ubw = mbps_to_usb3_bw(upstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth() 1955 int usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw, in usb4_usb3_port_allocate_bandwidth() argument 1970 allocate_up = max(*upstream_bw, consumed_up); in usb4_usb3_port_allocate_bandwidth() [all …]
|
| D | tb.h | 1098 int usb4_usb3_port_allocated_bandwidth(struct tb_port *port, int *upstream_bw, 1100 int usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw, 1102 int usb4_usb3_port_release_bandwidth(struct tb_port *port, int *upstream_bw,
|