target_mw        4171 drivers/usb/typec/tcpm/tcpm.c 	unsigned int target_mw;
target_mw        4192 drivers/usb/typec/tcpm/tcpm.c 	target_mw = (op_curr * port->pps_data.out_volt) / 1000;
target_mw        4193 drivers/usb/typec/tcpm/tcpm.c 	if (target_mw < port->operating_snk_mw) {
target_mw        4226 drivers/usb/typec/tcpm/tcpm.c 	unsigned int target_mw;
target_mw        4248 drivers/usb/typec/tcpm/tcpm.c 	target_mw = (port->pps_data.op_curr * out_volt) / 1000;
target_mw        4249 drivers/usb/typec/tcpm/tcpm.c 	if (target_mw < port->operating_snk_mw) {