Home
last modified time | relevance | path

Searched refs:hubdev (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/usb/controller/
H A Dxhci.c2568 struct usb_device *hubdev; in xhci_configure_device() local
2591 for (hubdev = udev; hubdev != NULL; hubdev = hubdev->parent_hub) { in xhci_configure_device()
2592 if (hubdev->parent_hub == NULL) in xhci_configure_device()
2595 depth = hubdev->parent_hub->depth; in xhci_configure_device()
2602 rh_port = hubdev->port_no; in xhci_configure_device()
2677 hubdev = udev->parent_hs_hub; in xhci_configure_device()
2683 if (hubdev != NULL) { in xhci_configure_device()
2685 hubdev->controller_slot_id); in xhci_configure_device()