Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c308 ehcip->ehci_hcdi_ops = ehci_alloc_hcdi_ops(ehcip); in ehci_attach()
318 hcdi_args.usba_hcdi_register_ops = ehcip->ehci_hcdi_ops; in ehci_attach()
H A Dehci_util.c1964 if (ehcip->ehci_hcdi_ops) { in ehci_cleanup()
1965 usba_free_hcdi_ops(ehcip->ehci_hcdi_ops); in ehci_cleanup()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h75 usba_hcdi_ops_t *ehci_hcdi_ops; /* HCDI structure */ member