Searched refs:target_mw (Results 1 – 1 of 1) sorted by relevance
7239 unsigned int target_mw; in tcpm_aug_set_op_curr() local7252 target_mw = (req_op_curr_ma * port->supply_voltage) / 1000; in tcpm_aug_set_op_curr()7253 if (target_mw < port->operating_snk_mw) { in tcpm_aug_set_op_curr()7305 unsigned int target_mw; in tcpm_aug_set_out_volt() local7315 target_mw = (port->current_limit * req_out_volt_mv) / 1000; in tcpm_aug_set_out_volt()7316 if (target_mw < port->operating_snk_mw) { in tcpm_aug_set_out_volt()