Home
last modified time | relevance | path

Searched refs:overcurrent_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Dusb_hub.c539 hub->overcurrent_count[i]++; in usb_scan_port()
545 if (hub->overcurrent_count[i] <= in usb_scan_port()
551 hub->overcurrent_count[i]); in usb_scan_port()
/openbmc/u-boot/include/
H A Dusb.h586 int overcurrent_count[USB_MAXCHILDREN]; /* Over-current counter */ member