Home
last modified time | relevance | path

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

/openbmc/linux/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.h37 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];
H A 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()
H A 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()
/openbmc/linux/drivers/power/supply/
H A Dcros_usbpd-charger.c53 struct port_data *ports[EC_USB_PD_MAX_PORTS];
/openbmc/u-boot/include/
H A Dec_commands.h4050 #define EC_USB_PD_MAX_PORTS 8 macro
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h4983 #define EC_USB_PD_MAX_PORTS 8 macro