Searched refs:allocated_bw (Results 1 – 3 of 3) sorted by relevance
103 notify->dpia_notification.payload.data.dpia_bw_alloc.allocated_bw = in dmub_srv_stat_get_notification()104 cmd.dpia_notification.payload.data.dpia_bw_alloc.allocated_bw; in dmub_srv_stat_get_notification()
798 int ret, allocated_bw, max_bw; in tb_dp_bw_mode_consumed_bandwidth() local810 allocated_bw = ret; in tb_dp_bw_mode_consumed_bandwidth()815 if (allocated_bw == max_bw) in tb_dp_bw_mode_consumed_bandwidth()816 allocated_bw = ret; in tb_dp_bw_mode_consumed_bandwidth()819 allocated_bw); in tb_dp_bw_mode_consumed_bandwidth()823 *consumed_down = allocated_bw; in tb_dp_bw_mode_consumed_bandwidth()825 *consumed_up = allocated_bw; in tb_dp_bw_mode_consumed_bandwidth()843 int ret, allocated_bw, max_bw; in tb_dp_allocated_bandwidth() local848 allocated_bw = ret; in tb_dp_allocated_bandwidth()853 if (allocated_bw == max_bw) in tb_dp_allocated_bandwidth()[all …]
1630 uint8_t allocated_bw; /**< Allocated_BW */ member
Completed in 18 milliseconds