Searched refs:target_mw (Results 1 – 1 of 1) sorted by relevance
7616 unsigned int target_mw; in tcpm_aug_set_op_curr() local7629 target_mw = (req_op_curr_ma * port->supply_voltage) / 1000; in tcpm_aug_set_op_curr()7630 if (target_mw < port->operating_snk_mw) { in tcpm_aug_set_op_curr()7682 unsigned int target_mw; in tcpm_aug_set_out_volt() local7692 target_mw = (port->current_limit * req_out_volt_mv) / 1000; in tcpm_aug_set_out_volt()7693 if (target_mw < port->operating_snk_mw) { in tcpm_aug_set_out_volt()