Searched refs:EC_USB_PD_MAX_PORTS (Results 1 – 4 of 4) sorted by relevance
198 char read_buf[EC_USB_PD_MAX_PORTS * 40], *p = read_buf; in cros_ec_pdinfo_read()226 for (i = 0; i < EC_USB_PD_MAX_PORTS; ++i) { in cros_ec_pdinfo_read()
81 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];1129 if (typec->num_ports > EC_USB_PD_MAX_PORTS) { in cros_typec_probe()1132 typec->num_ports, EC_USB_PD_MAX_PORTS); in cros_typec_probe()1133 typec->num_ports = EC_USB_PD_MAX_PORTS; in cros_typec_probe()
52 struct port_data *ports[EC_USB_PD_MAX_PORTS];
4961 #define EC_USB_PD_MAX_PORTS 8 macro