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()
1753 struct usb_device *parent_hub, uint8_t depth, uint8_t port_index, in usb_alloc_device() argument
1768 parent_dev, bus, parent_hub, depth, port_index, port_no, in usb_alloc_device()
1818 udev->parent_hub = parent_hub; in usb_alloc_device()
1857 hub = udev->parent_hub; in usb_alloc_device()
1867 hub = hub->parent_hub; in usb_alloc_device()
2088 udev->address, udev, udev->parent_hub); in usb_alloc_device()
2091 usb_bus_port_set_device(bus, parent_hub ? in usb_alloc_device()
2092 parent_hub->hub->ports + port_index : NULL, udev, device_index); in usb_alloc_device()
2332 usb_bus_port_set_device(bus, udev->parent_hub ? in usb_free_device()
2333 udev->parent_hub->hub->ports + udev->port_index : NULL, in usb_free_device()
2737 , udev->parent_hub != NULL ? in usb_notify_addq()
2738 udev->parent_hub->ugen_name : in usb_notify_addq()