Searched refs:sc_vendor_post_reset (Results 1 – 3 of 3) sorted by relevance
128 sc->sc_vendor_post_reset = hiehci_post_reset; in ehci_pci_attach()
363 void (*sc_vendor_post_reset)(struct ehci_softc *sc); member
154 if (sc->sc_vendor_post_reset != NULL) in ehci_reset()155 sc->sc_vendor_post_reset(sc); in ehci_reset()