Lines Matching refs:allocated_bw
798 int ret, allocated_bw, max_bw; in tb_dp_bw_mode_consumed_bandwidth() local
810 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() local
848 allocated_bw = ret; in tb_dp_allocated_bandwidth()
853 if (allocated_bw == max_bw) in tb_dp_allocated_bandwidth()
854 allocated_bw = ret; in tb_dp_allocated_bandwidth()
858 *allocated_down = allocated_bw; in tb_dp_allocated_bandwidth()
860 *allocated_up = allocated_bw; in tb_dp_allocated_bandwidth()