Searched refs:hub_dev (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 1377 struct device *hub_dev = hub->intfdev; in hub_configure() local 1445 dev_info(hub_dev, "%d port%s detected\n", maxchild, in hub_configure() 1473 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr); in hub_configure() 1475 dev_dbg(hub_dev, "standalone hub\n"); in hub_configure() 1479 dev_dbg(hub_dev, "ganged power switching\n"); in hub_configure() 1482 dev_dbg(hub_dev, "individual port power switching\n"); in hub_configure() 1486 dev_dbg(hub_dev, "no power switching (usb 1.0)\n"); in hub_configure() 1492 dev_dbg(hub_dev, "global over-current protection\n"); in hub_configure() 1495 dev_dbg(hub_dev, "individual port over-current protection\n"); in hub_configure() 1499 dev_dbg(hub_dev, "no over-current protection\n"); in hub_configure() [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 216 static struct usb_hub_device hub_dev[USB_MAX_HUB]; variable 224 memset(hub_dev, 0, sizeof(hub_dev)); in usb_hub_reset() 230 return &hub_dev[usb_hub_index++]; in usb_hub_allocate()
|