Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dhub.c1401 struct device *hub_dev = hub->intfdev; in hub_configure() local
1469 dev_info(hub_dev, "%d port%s detected\n", maxchild, in hub_configure()
1497 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr); in hub_configure()
1499 dev_dbg(hub_dev, "standalone hub\n"); in hub_configure()
1503 dev_dbg(hub_dev, "ganged power switching\n"); in hub_configure()
1506 dev_dbg(hub_dev, "individual port power switching\n"); in hub_configure()
1510 dev_dbg(hub_dev, "no power switching (usb 1.0)\n"); in hub_configure()
1516 dev_dbg(hub_dev, "global over-current protection\n"); in hub_configure()
1519 dev_dbg(hub_dev, "individual port over-current protection\n"); in hub_configure()
1523 dev_dbg(hub_dev, "no over-current protection\n"); in hub_configure()
[all …]
/openbmc/u-boot/common/
H A Dusb_hub.c213 static struct usb_hub_device hub_dev[USB_MAX_HUB]; variable
221 memset(hub_dev, 0, sizeof(hub_dev)); in usb_hub_reset()
227 return &hub_dev[usb_hub_index++]; in usb_hub_allocate()