Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/usb/usba/
H A Dhubdi.h62 int usba_hubdi_unbind_root_hub(dev_info_t *);
/titanic_44/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()
/titanic_44/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()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c404 usba_hubdi_unbind_root_hub(dev_info_t *dip) in usba_hubdi_unbind_root_hub() function