Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/chrome/
H A 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()
H A Dcros_ec_typec.h38 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];
H A Dcros_ec_debugfs.c207 char read_buf[EC_USB_PD_MAX_PORTS * 40], *p = read_buf; in cros_ec_pdinfo_read()
235 for (i = 0; i < EC_USB_PD_MAX_PORTS; ++i) { in cros_ec_pdinfo_read()
H A Dcros_ec_typec.c1300 if (typec->num_ports > EC_USB_PD_MAX_PORTS) { in cros_typec_probe()
1303 typec->num_ports, EC_USB_PD_MAX_PORTS); in cros_typec_probe()
1304 typec->num_ports = EC_USB_PD_MAX_PORTS; in cros_typec_probe()
/linux-6.15/drivers/power/supply/
H A Dcros_usbpd-charger.c53 struct port_data *ports[EC_USB_PD_MAX_PORTS];
/linux-6.15/include/linux/platform_data/
H A Dcros_ec_commands.h5152 #define EC_USB_PD_MAX_PORTS 8 macro