Searched refs:hub_dev (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/usb/core/ |
D | hub.c | 1413 struct device *hub_dev = hub->intfdev; in hub_configure() local 1481 dev_info(hub_dev, "%d port%s detected\n", maxchild, in hub_configure() 1509 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr); in hub_configure() 1511 dev_dbg(hub_dev, "standalone hub\n"); in hub_configure() 1515 dev_dbg(hub_dev, "ganged power switching\n"); in hub_configure() 1518 dev_dbg(hub_dev, "individual port power switching\n"); in hub_configure() 1522 dev_dbg(hub_dev, "no power switching (usb 1.0)\n"); in hub_configure() 1528 dev_dbg(hub_dev, "global over-current protection\n"); in hub_configure() 1531 dev_dbg(hub_dev, "individual port over-current protection\n"); in hub_configure() 1535 dev_dbg(hub_dev, "no over-current protection\n"); in hub_configure() [all …]
|