Searched refs:alloc_up (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | tunnel.h | 88 int (*alloc_bandwidth)(struct tb_tunnel *tunnel, int *alloc_up, 162 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up,
|
H A D | tunnel.c | 1264 static int tb_dp_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_dp_alloc_bandwidth() argument 1283 *alloc_up = 0; in tb_dp_alloc_bandwidth() 1285 tmp = min(*alloc_up, max_bw_rounded); in tb_dp_alloc_bandwidth() 1290 *alloc_up = tmp; in tb_dp_alloc_bandwidth() 2520 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_tunnel_alloc_bandwidth() argument 2529 ret = tunnel->alloc_bandwidth(tunnel, alloc_up, alloc_down); in tb_tunnel_alloc_bandwidth()
|