Lines Matching defs:hub
558 max_power = udev->parent_hub->hub->portpower;
1471 struct usb_device *hub;
1490 * always be the root hub.
1569 hub = udev->parent_hub;
1571 while (hub) {
1572 if (hub->speed == USB_SPEED_HIGH) {
1573 udev->hs_hub_addr = hub->address;
1574 udev->parent_hs_hub = hub;
1578 adev = hub;
1579 hub = hub->parent_hub;
1829 (parent_hub->hub->ports + port_index) : NULL, udev, device_index);
2057 (udev->parent_hub->hub->ports + udev->port_index) : NULL,