Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dhubdi.h65 int usba_hubdi_unbind_root_hub(dev_info_t *);
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c743 if (usba_hubdi_unbind_root_hub(xhcip->xhci_dip) != USB_SUCCESS) in xhci_root_hub_fini()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c314 return (usba_hubdi_unbind_root_hub(ohcip->ohci_dip)); in ohci_unload_root_hub_driver()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c298 return (usba_hubdi_unbind_root_hub(ehcip->ehci_dip)); in ehci_unload_root_hub_driver()
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-usb.p5m213 link path=usr/share/man/man9f/usba_hubdi_unbind_root_hub.9f \
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c796 if (usba_hubdi_unbind_root_hub(uhcip->uhci_dip) != USB_SUCCESS) { in uhci_cleanup()
/illumos-gate/usr/src/man/man9f/
H A DMakefile1379 usba_hubdi_unbind_root_hub.9f \
2403 usba_hubdi_unbind_root_hub.9f := LINKSRC = usba_hubdi_bind_root_hub.9f
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c405 usba_hubdi_unbind_root_hub(dev_info_t *dip) in usba_hubdi_unbind_root_hub() function