Searched refs:allocated_bw (Results 1 – 4 of 4) sorted by relevance
1203 int ret, allocated_bw, max_bw_rounded; in tb_dp_bandwidth_mode_consumed_bandwidth() local1215 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()1220 if (allocated_bw == max_bw_rounded) in tb_dp_bandwidth_mode_consumed_bandwidth()1221 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()1225 *consumed_down = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()1227 *consumed_up = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()1244 int ret, allocated_bw, max_bw_rounded; in tb_dp_allocated_bandwidth() local1249 allocated_bw = ret; in tb_dp_allocated_bandwidth()1255 if (allocated_bw == max_bw_rounded) in tb_dp_allocated_bandwidth()1256 allocated_bw = ret; in tb_dp_allocated_bandwidth()[all …]
1271 int allocated_bw; // The Actual Allocated BW for this DPIA member
169 uint32_t allocated_bw; member
3330 uint8_t allocated_bw; /**< Allocated_BW */ member