Home
last modified time | relevance | path

Searched refs:requested_up (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtb.c1768 static int tb_alloc_dp_bandwidth(struct tb_tunnel *tunnel, int *requested_up, in tb_alloc_dp_bandwidth() argument
1815 requested_up_corrected = *requested_up; in tb_alloc_dp_bandwidth()
1829 if ((*requested_up >= 0 && requested_up_corrected > max_up_rounded) || in tb_alloc_dp_bandwidth()
1837 if ((*requested_up >= 0 && requested_up_corrected <= allocated_up) || in tb_alloc_dp_bandwidth()
1847 return tb_tunnel_alloc_bandwidth(tunnel, requested_up, in tb_alloc_dp_bandwidth()
1871 if ((*requested_up >= 0 && available_up >= requested_up_corrected) || in tb_alloc_dp_bandwidth()
1873 ret = tb_tunnel_alloc_bandwidth(tunnel, requested_up, in tb_alloc_dp_bandwidth()
1887 int requested_bw, requested_up, requested_down, ret; in tb_handle_dp_bandwidth_request() local
1941 requested_up = -1; in tb_handle_dp_bandwidth_request()
1944 requested_up in tb_handle_dp_bandwidth_request()
[all...]

Completed in 3 milliseconds