Home
last modified time | relevance | path

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

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