Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c128 sc->sc_vendor_post_reset = hiehci_post_reset; in ehci_pci_attach()
Dehci.h363 void (*sc_vendor_post_reset)(struct ehci_softc *sc); member
Dehci.c154 if (sc->sc_vendor_post_reset != NULL) in ehci_reset()
155 sc->sc_vendor_post_reset(sc); in ehci_reset()