Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c551 hub->overcurrent_count[i]++; in usb_scan_port()
557 if (hub->overcurrent_count[i] <= in usb_scan_port()
563 hub->overcurrent_count[i]); in usb_scan_port()
/rk3399_rockchip-uboot/include/
H A Dusb.h587 int overcurrent_count[USB_MAXCHILDREN]; /* Over-current counter */ member