Home
last modified time | relevance | path

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

/external/u-boot/common/
Dusb_hub.c214 static int usb_hub_index; variable
218 usb_hub_index = 0; in usb_hub_reset()
226 if (usb_hub_index < USB_MAX_HUB) in usb_hub_allocate()
227 return &hub_dev[usb_hub_index++]; in usb_hub_allocate()