/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | usb4.c | 1553 int *upstream_bw, in usb4_usb3_port_read_allocated_bandwidth() 1572 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth() 1583 * @upstream_bw: Allocated upstream bandwidth is stored here 1586 * Stores currently allocated USB3 bandwidth into @upstream_bw and 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() 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() 1643 max_bw = max(upstream_bw, downstream_b in usb4_usb3_port_write_allocated_bandwidth() 1552 usb4_usb3_port_read_allocated_bandwidth(struct tb_port *port, int *upstream_bw, int *downstream_bw) usb4_usb3_port_read_allocated_bandwidth() argument 1606 usb4_usb3_port_read_consumed_bandwidth(struct tb_port *port, int *upstream_bw, int *downstream_bw) usb4_usb3_port_read_consumed_bandwidth() argument 1634 usb4_usb3_port_write_allocated_bandwidth(struct tb_port *port, int upstream_bw, int downstream_bw) usb4_usb3_port_write_allocated_bandwidth() argument 1693 usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw, int *downstream_bw) usb4_usb3_port_allocate_bandwidth() argument 1735 usb4_usb3_port_release_bandwidth(struct tb_port *port, int *upstream_bw, int *downstream_bw) usb4_usb3_port_release_bandwidth() argument [all...] |
H A D | tb.h | 1006 int usb4_usb3_port_allocated_bandwidth(struct tb_port *port, int *upstream_bw, 1008 int usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw, 1010 int usb4_usb3_port_release_bandwidth(struct tb_port *port, int *upstream_bw,
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | usb4.c | 2040 int *upstream_bw, in usb4_usb3_port_read_allocated_bandwidth() 2059 *upstream_bw = usb3_bw_to_mbps(bw, scale); in usb4_usb3_port_read_allocated_bandwidth() 2070 * @upstream_bw: Allocated upstream bandwidth is stored here 2073 * Stores currently allocated USB3 bandwidth into @upstream_bw and 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() 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() 2130 max_bw = max(upstream_bw, downstream_b in usb4_usb3_port_write_allocated_bandwidth() 2039 usb4_usb3_port_read_allocated_bandwidth(struct tb_port *port, int *upstream_bw, int *downstream_bw) usb4_usb3_port_read_allocated_bandwidth() argument 2093 usb4_usb3_port_read_consumed_bandwidth(struct tb_port *port, int *upstream_bw, int *downstream_bw) usb4_usb3_port_read_consumed_bandwidth() argument 2121 usb4_usb3_port_write_allocated_bandwidth(struct tb_port *port, int upstream_bw, int downstream_bw) usb4_usb3_port_write_allocated_bandwidth() argument 2180 usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw, int *downstream_bw) usb4_usb3_port_allocate_bandwidth() argument 2222 usb4_usb3_port_release_bandwidth(struct tb_port *port, int *upstream_bw, int *downstream_bw) usb4_usb3_port_release_bandwidth() argument [all...] |
H A D | tb.h | 1287 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,
|