Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/usb/usba/
H A Dhubdi.h57 int usba_hubdi_detach(dev_info_t *, ddi_detach_cmd_t);
/titanic_44/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c75 usba_hubdi_detach, /* detach */
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c859 if (usba_hubdi_detach(uhcip->uhci_dip, DDI_SUSPEND) != DDI_SUCCESS) { in uhci_cpr_suspend()
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c2009 if (usba_hubdi_detach(ehcip->ehci_dip, DDI_SUSPEND) != DDI_SUCCESS) { in ehci_cpr_suspend()
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c420 if (usba_hubdi_detach(dip, DDI_DETACH) != DDI_SUCCESS) { in usba_hubdi_unbind_root_hub()
2112 usba_hubdi_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in usba_hubdi_detach() function
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c2341 if (usba_hubdi_detach(ohcip->ohci_dip, DDI_SUSPEND) != DDI_SUCCESS) { in ohci_cpr_suspend()