Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c542 hub->overcurrent_count[i]++; in usb_scan_port()
548 if (hub->overcurrent_count[i] <= in usb_scan_port()
554 hub->overcurrent_count[i]); in usb_scan_port()
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h587 int overcurrent_count[USB_MAXCHILDREN]; /* Over-current counter */ member