Lines Matching refs:ports
52 struct port_data *ports[EC_USB_PD_MAX_PORTS];
355 cros_usbpd_charger_get_port_status(charger->ports[i], false);
474 "External Current Limit cleared for all ports\n");
477 "External Current Limit set to %dmA for all ports\n",
490 "External Voltage Limit cleared for all ports\n");
493 "External Voltage Limit set to %dmV for all ports\n",
527 cros_usbpd_charger_power_changed(charger->ports[0]->psy);
562 * We need to know the number of USB PD ports in order to know whether
564 * after the USB PD ports, and there should be only one.
573 dev_info(dev, "No USB PD charging ports found\n");
582 * let's set up the number of charger ports equal to the number
583 * of USB PD ports
595 dev_info(dev, "No charging ports found\n");
601 * Sanity checks on the number of ports:
660 charger->ports[charger->num_registered_psy++] = port;
702 power_supply_changed(charger->ports[i]->psy);
703 charger->ports[i]->last_update =