Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dhubdi.h63 int usba_hubdi_bind_root_hub(dev_info_t *, uchar_t *, size_t,
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-usb.p5m205 file path=usr/share/man/man9f/usba_hubdi_bind_root_hub.9f
214 target=usba_hubdi_bind_root_hub.9f
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c191 return (usba_hubdi_bind_root_hub(uhcip->uhci_dip, uhci_rh_config_descr, in uhci_init_root_hub()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c876 if (usba_hubdi_bind_root_hub(xhcip->xhci_dip, conf, in xhci_root_hub_init()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c298 return (usba_hubdi_bind_root_hub(ohcip->ohci_dip, in ohci_load_root_hub_driver()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c282 return (usba_hubdi_bind_root_hub(ehcip->ehci_dip, in ehci_load_root_hub_driver()
/illumos-gate/usr/src/man/man9f/
H A DMakefile555 usba_hubdi_bind_root_hub.9f \
2157 usba_hubdi_unbind_root_hub.9f := LINKSRC = usba_hubdi_bind_root_hub.9f
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c269 usba_hubdi_bind_root_hub(dev_info_t *dip, in usba_hubdi_bind_root_hub() function