Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c217 static int usb_hub_index; variable
221 usb_hub_index = 0; in usb_hub_reset()
229 if (usb_hub_index < USB_MAX_HUB) in usb_hub_allocate()
230 return &hub_dev[usb_hub_index++]; in usb_hub_allocate()