Searched refs:EC_USB_PD_MAX_PORTS (Results 1 – 5 of 5) sorted by relevance
33 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];167 for (i = 0; i < EC_USB_PD_MAX_PORTS; i++) { in cros_typec_unregister_switches()240 if (index >= EC_USB_PD_MAX_PORTS) { in cros_typec_register_switches()
199 char read_buf[EC_USB_PD_MAX_PORTS * 40], *p = read_buf; in cros_ec_pdinfo_read()227 for (i = 0; i < EC_USB_PD_MAX_PORTS; ++i) { in cros_ec_pdinfo_read()
90 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];1218 if (typec->num_ports > EC_USB_PD_MAX_PORTS) { in cros_typec_probe()1221 typec->num_ports, EC_USB_PD_MAX_PORTS); in cros_typec_probe()1222 typec->num_ports = EC_USB_PD_MAX_PORTS; in cros_typec_probe()
52 struct port_data *ports[EC_USB_PD_MAX_PORTS];
4970 #define EC_USB_PD_MAX_PORTS 8 macro