Searched refs:hub_dev (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/core/ |
D | hub.c | 1358 struct device *hub_dev = hub->intfdev; in hub_configure() local 1406 dev_info(hub_dev, "%d port%s detected\n", maxchild, in hub_configure() 1434 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr); in hub_configure() 1436 dev_dbg(hub_dev, "standalone hub\n"); in hub_configure() 1440 dev_dbg(hub_dev, "ganged power switching\n"); in hub_configure() 1443 dev_dbg(hub_dev, "individual port power switching\n"); in hub_configure() 1447 dev_dbg(hub_dev, "no power switching (usb 1.0)\n"); in hub_configure() 1453 dev_dbg(hub_dev, "global over-current protection\n"); in hub_configure() 1456 dev_dbg(hub_dev, "individual port over-current protection\n"); in hub_configure() 1460 dev_dbg(hub_dev, "no over-current protection\n"); in hub_configure() [all …]
|