Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtunnel.h53 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, member
Dtunnel.c803 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_discover_dp()
892 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_alloc_dp()
1443 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_discover_usb3()
1537 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_alloc_usb3()
1736 if (tunnel->consumed_bandwidth) { in tb_tunnel_consumed_bandwidth()
1739 ret = tunnel->consumed_bandwidth(tunnel, &up_bw, &down_bw); in tb_tunnel_consumed_bandwidth()