Home
last modified time | relevance | path

Searched refs:tb_tunnel_alloc_bandwidth (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.h162 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up,
H A Dtb.c2625 return tb_tunnel_alloc_bandwidth(tunnel, requested_up, in tb_alloc_dp_bandwidth()
2667 ret = tb_tunnel_alloc_bandwidth(tunnel, requested_up, in tb_alloc_dp_bandwidth()
2701 tb_tunnel_alloc_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()
H A Dtunnel.c2446 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_tunnel_alloc_bandwidth() function