Lines Matching refs:parent_hub
558 if (udev->parent_hub) { in usbd_set_config_index()
559 max_power = udev->parent_hub->hub->portpower; in usbd_set_config_index()
1466 struct usb_device *parent_hub, uint8_t depth, uint8_t port_index, in usb_alloc_device() argument
1483 parent_dev, bus, parent_hub, depth, port_index, port_no, in usb_alloc_device()
1531 udev->parent_hub = parent_hub; in usb_alloc_device()
1570 hub = udev->parent_hub; in usb_alloc_device()
1580 hub = hub->parent_hub; in usb_alloc_device()
1826 udev->address, udev, udev->parent_hub); in usb_alloc_device()
1829 usb_bus_port_set_device(bus, parent_hub ? in usb_alloc_device()
1830 (parent_hub->hub->ports + port_index) : NULL, udev, device_index); in usb_alloc_device()
2057 usb_bus_port_set_device(bus, udev->parent_hub ? in usb_free_device()
2058 (udev->parent_hub->hub->ports + udev->port_index) : NULL, in usb_free_device()
2455 , udev->parent_hub != NULL ? in usb_notify_addq()
2456 udev->parent_hub->ugen_name : in usb_notify_addq()