Lines Matching refs:hub
559 max_power = udev->parent_hub->hub->portpower; in usbd_set_config_index()
1472 struct usb_device *hub; in usb_alloc_device() local
1570 hub = udev->parent_hub; in usb_alloc_device()
1572 while (hub) { in usb_alloc_device()
1573 if (hub->speed == USB_SPEED_HIGH) { in usb_alloc_device()
1574 udev->hs_hub_addr = hub->address; in usb_alloc_device()
1575 udev->parent_hs_hub = hub; in usb_alloc_device()
1579 adev = hub; in usb_alloc_device()
1580 hub = hub->parent_hub; in usb_alloc_device()
1830 (parent_hub->hub->ports + port_index) : NULL, udev, device_index); in usb_alloc_device()
2058 (udev->parent_hub->hub->ports + udev->port_index) : NULL, in usb_free_device()