Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dtunnel.h59 int *max_down);
73 int max_down; member
87 int max_up, int max_down);
98 int max_down);
108 int *max_down);
Dtunnel.c631 max_bw = tunnel->max_down; in tb_dp_xchg_caps()
755 estimated_bw = tunnel->max_down; in tb_dp_bandwidth_alloc_mode_enable()
1083 int *max_down) in tb_dp_maximum_bandwidth() argument
1097 *max_down = ret; in tb_dp_maximum_bandwidth()
1100 *max_down = 0; in tb_dp_maximum_bandwidth()
1390 int max_up, int max_down) in tb_tunnel_alloc_dp() argument
1413 tunnel->max_down = max_down; in tb_tunnel_alloc_dp()
1999 int max_down) in tb_tunnel_alloc_usb3() argument
2009 if (max_up > 0 || max_down > 0) { in tb_tunnel_alloc_usb3()
2019 if (max_rate > max_up || max_rate > max_down) { in tb_tunnel_alloc_usb3()
[all …]
Dtb.c1773 int max_up, max_down, max_up_rounded, max_down_rounded; in tb_alloc_dp_bandwidth() local
1799 ret = tb_tunnel_maximum_bandwidth(tunnel, &max_up, &max_down); in tb_alloc_dp_bandwidth()
1809 max_down_rounded = roundup(max_down, granularity); in tb_alloc_dp_bandwidth()
1822 requested_down_corrected = max_down; in tb_alloc_dp_bandwidth()