Searched refs:usba_hubdi_close (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/usb/usba/ |
H A D | hubdi.h | 45 int usba_hubdi_close(dev_info_t *, dev_t, int, int, cred_t *);
|
/titanic_44/usr/src/uts/common/io/usb/hubd/ |
H A D | hubd.c | 195 return (usba_hubdi_close(dip, dev, flag, otyp, credp)); in hubd_close()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci.c | 614 return (usba_hubdi_close(dip, dev, flag, otyp, credp)); in ehci_close()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 1894 return (usba_hubdi_close(dip, dev, flag, otyp, credp)); in uhci_close()
|
/titanic_44/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 7341 usba_hubdi_close(dev_info_t *dip, dev_t dev, int flag, int otyp, in usba_hubdi_close() function
|
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 894 return (usba_hubdi_close(dip, dev, flag, otyp, credp)); in ohci_close()
|