Searched refs:max_bw_rounded (Results 1 – 1 of 1) sorted by relevance
1083 int *max_bw_rounded) in tb_dp_bandwidth_mode_maximum_bandwidth() argument1106 if (max_bw_rounded) { in tb_dp_bandwidth_mode_maximum_bandwidth()1110 *max_bw_rounded = roundup(max_bw, ret); in tb_dp_bandwidth_mode_maximum_bandwidth()1121 int ret, allocated_bw, max_bw_rounded; in tb_dp_bandwidth_mode_consumed_bandwidth() local1138 if (allocated_bw == max_bw_rounded) in tb_dp_bandwidth_mode_consumed_bandwidth()1162 int ret, allocated_bw, max_bw_rounded; in tb_dp_allocated_bandwidth() local1170 &max_bw_rounded); in tb_dp_allocated_bandwidth()1173 if (allocated_bw == max_bw_rounded) in tb_dp_allocated_bandwidth()1194 int max_bw_rounded, ret, tmp; in tb_dp_alloc_bandwidth() local1204 tmp = min(*alloc_down, max_bw_rounded); in tb_dp_alloc_bandwidth()[all …]