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()
904 int ret, allocated_bw, max_bw; in tb_dp_bandwidth_mode_consumed_bandwidth() local916 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()921 if (allocated_bw == max_bw) in tb_dp_bandwidth_mode_consumed_bandwidth()922 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()925 allocated_bw); in tb_dp_bandwidth_mode_consumed_bandwidth()929 *consumed_down = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()931 *consumed_up = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()949 int ret, allocated_bw, max_bw; in tb_dp_allocated_bandwidth() local954 allocated_bw = ret; in tb_dp_allocated_bandwidth()959 if (allocated_bw == max_bw) in tb_dp_allocated_bandwidth()[all …]
1916 uint8_t allocated_bw; /**< Allocated_BW */ member