Searched refs:consumed_bandwidth (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.h | 31 * @consumed_bandwidth: Return how much bandwidth the tunnel consumes 51 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, member
|
H A D | tunnel.c | 669 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_discover_dp() 755 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_alloc_dp() 1104 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_discover_usb3() 1198 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_alloc_usb3() 1394 if (tunnel->consumed_bandwidth) { in tb_tunnel_consumed_bandwidth() 1397 ret = tunnel->consumed_bandwidth(tunnel, &up_bw, &down_bw); in tb_tunnel_consumed_bandwidth()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.h | 35 * @consumed_bandwidth: Return how much bandwidth the tunnel consumes 64 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, member
|
H A D | tunnel.c | 972 return tunnel->consumed_bandwidth(tunnel, allocated_up, in tb_dp_allocated_bandwidth() 1314 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_discover_dp() 1409 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_alloc_dp() 1964 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_discover_usb3() 2058 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_alloc_usb3() 2323 if (tunnel->consumed_bandwidth) { in tb_tunnel_consumed_bandwidth() 2326 ret = tunnel->consumed_bandwidth(tunnel, &up_bw, &down_bw); in tb_tunnel_consumed_bandwidth()
|
Completed in 5 milliseconds