Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c153 static int ohci_cleanup(ohci_state_t *ohcip);
669 (void) ohci_cleanup(ohcip); in ohci_attach()
676 (void) ohci_cleanup(ohcip); in ohci_attach()
691 (void) ohci_cleanup(ohcip); in ohci_attach()
701 (void) ohci_cleanup(ohcip); in ohci_attach()
733 (void) ohci_cleanup(ohcip); in ohci_attach()
743 (void) ohci_cleanup(ohcip); in ohci_attach()
752 (void) ohci_cleanup(ohcip); in ohci_attach()
797 return (ohci_cleanup(ohcip)); in ohci_detach()
2067 ohci_cleanup(ohci_state_t *ohcip) in ohci_cleanup() function