Home
last modified time | relevance | path

Searched refs:EC_USB_PD_MAX_PORTS (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/platform/chrome/
Dcros_typec_switch.c33 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()
Dcros_ec_debugfs.c199 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()
Dcros_ec_typec.c90 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()
/Linux-v6.1/drivers/power/supply/
Dcros_usbpd-charger.c52 struct port_data *ports[EC_USB_PD_MAX_PORTS];
/Linux-v6.1/include/linux/platform_data/
Dcros_ec_commands.h4970 #define EC_USB_PD_MAX_PORTS 8 macro