Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dhubdi.h46 int usba_hubdi_open(dev_info_t *, dev_t *, int, int, cred_t *);
/illumos-gate/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c186 return (usba_hubdi_open(dip, devp, flags, otyp, credp)); in hubd_open()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c594 return (usba_hubdi_open(dip, devp, flags, otyp, credp)); in ehci_open()
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-usb.p5m210 link path=usr/share/man/man9f/usba_hubdi_open.9f target=usba_hubdi_cb_ops.9f
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1912 return (usba_hubdi_open(dip, devp, flags, otyp, credp)); in xhci_open()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1885 return (usba_hubdi_open(dip, devp, flags, otyp, credp)); in uhci_open()
/illumos-gate/usr/src/man/man9f/
H A DMakefile1255 usba_hubdi_open.9f \
2153 usba_hubdi_open.9f := LINKSRC = usba_hubdi_cb_ops.9f
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c7626 usba_hubdi_open(dev_info_t *dip, dev_t *devp, int flags, int otyp, in usba_hubdi_open() function
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c874 return (usba_hubdi_open(dip, devp, flags, otyp, credp)); in ohci_open()