Searched refs:EC_USB_PD_MAX_PORTS (Results 1 – 4 of 4) sorted by relevance
60 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];725 if (typec->num_ports > EC_USB_PD_MAX_PORTS) { in cros_typec_probe()728 typec->num_ports, EC_USB_PD_MAX_PORTS); in cros_typec_probe()729 typec->num_ports = EC_USB_PD_MAX_PORTS; in cros_typec_probe()
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()
52 struct port_data *ports[EC_USB_PD_MAX_PORTS];
4945 #define EC_USB_PD_MAX_PORTS 8 macro