Lines Matching refs:parent_hub
746 if (udev->parent_hub) { in usbd_set_config_index()
747 max_power = udev->parent_hub->hub->portpower; in usbd_set_config_index()
1752 struct usb_device *parent_hub, uint8_t depth, uint8_t port_index, in usb_alloc_device() argument
1767 parent_dev, bus, parent_hub, depth, port_index, port_no, in usb_alloc_device()
1817 udev->parent_hub = parent_hub; in usb_alloc_device()
1856 hub = udev->parent_hub; in usb_alloc_device()
1866 hub = hub->parent_hub; in usb_alloc_device()
2086 udev->address, udev, udev->parent_hub); in usb_alloc_device()
2089 usb_bus_port_set_device(bus, parent_hub ? in usb_alloc_device()
2090 parent_hub->hub->ports + port_index : NULL, udev, device_index); in usb_alloc_device()
2330 usb_bus_port_set_device(bus, udev->parent_hub ? in usb_free_device()
2331 udev->parent_hub->hub->ports + udev->port_index : NULL, in usb_free_device()
2735 , udev->parent_hub != NULL ? in usb_notify_addq()
2736 udev->parent_hub->ugen_name : in usb_notify_addq()