Home
last modified time | relevance | path

Searched refs:target_mw (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c7239 unsigned int target_mw; in tcpm_aug_set_op_curr() local
7252 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() local
7315 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()