Searched refs:out_lanes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.c | 379 u32 out_rate, u32 out_lanes, u32 *new_rate, in tb_dp_reduce_bandwidth() 405 if (dp_bw[i][0] > out_rate || dp_bw[i][1] > out_lanes) in tb_dp_reduce_bandwidth() 423 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 470 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_xchg_caps() 471 bw = tb_dp_bandwidth(out_rate, out_lanes); in tb_dp_xchg_caps() 473 out_rate, out_lanes, bw); in tb_dp_xchg_caps() 484 out_rate, out_lanes, &new_rate, in tb_dp_xchg_caps() 378 tb_dp_reduce_bandwidth(int max_bw, u32 in_rate, u32 in_lanes, u32 out_rate, u32 out_lanes, u32 *new_rate, u32 *new_lanes) tb_dp_reduce_bandwidth() argument
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.c | 534 u32 out_rate, u32 out_lanes, u32 *new_rate, in tb_dp_reduce_bandwidth() 560 if (dp_bw[i][0] > out_rate || dp_bw[i][1] > out_lanes) in tb_dp_reduce_bandwidth() 578 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 625 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_xchg_caps() 626 bw = tb_dp_bandwidth(out_rate, out_lanes); in tb_dp_xchg_caps() 628 out_rate, out_lanes, bw); in tb_dp_xchg_caps() 639 out_rate, out_lanes, &new_rate, in tb_dp_xchg_caps() 677 u32 out_dp_cap, out_rate, out_lanes; in tb_dp_bandwidth_alloc_mode_enable() local 709 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 712 lanes = min(in_lanes, out_lanes); in tb_dp_bandwidth_alloc_mode_enable() 533 tb_dp_reduce_bandwidth(int max_bw, u32 in_rate, u32 in_lanes, u32 out_rate, u32 out_lanes, u32 *new_rate, u32 *new_lanes) tb_dp_reduce_bandwidth() argument [all...] |
Completed in 4 milliseconds