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.c7616 unsigned int target_mw; in tcpm_aug_set_op_curr() local
7629 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() local
7692 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()