Searched refs:EC_USB_PD_MAX_PORTS (Results 1 – 7 of 7) sorted by relevance
33 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];172 for (i = 0; i < EC_USB_PD_MAX_PORTS; i++) { in cros_typec_unregister_switches()245 if (index >= EC_USB_PD_MAX_PORTS) { in cros_typec_register_switches()
37 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];
202 char read_buf[EC_USB_PD_MAX_PORTS * 40], *p = read_buf; in cros_ec_pdinfo_read()230 for (i = 0; i < EC_USB_PD_MAX_PORTS; ++i) { in cros_ec_pdinfo_read()
1206 if (typec->num_ports > EC_USB_PD_MAX_PORTS) { in cros_typec_probe()1209 typec->num_ports, EC_USB_PD_MAX_PORTS); in cros_typec_probe()1210 typec->num_ports = EC_USB_PD_MAX_PORTS; in cros_typec_probe()
53 struct port_data *ports[EC_USB_PD_MAX_PORTS];
4050 #define EC_USB_PD_MAX_PORTS 8 macro
4983 #define EC_USB_PD_MAX_PORTS 8 macro