Searched refs:sc_vendor_post_reset (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/powerpc/ps3/
H A Dehci_ps3.c149 sc->sc_vendor_post_reset = ehci_ps3_post_reset;
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_ehci.c181 sc->sc_vendor_post_reset = ar71xx_ehci_post_reset;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci_mv.c241 sc->sc_vendor_post_reset = mv_ehci_post_reset;
H A Dehci_ixp4xx.c201 sc->sc_vendor_post_reset = ehci_ixp_post_reset;
H A Dehci_imx.c459 esc->sc_vendor_post_reset = imx_ehci_post_reset;
H A Dehci.h358 void (*sc_vendor_post_reset)(struct ehci_softc *sc); member in struct:ehci_softc
H A Dehci.c192 if (sc->sc_vendor_post_reset != NULL)
193 sc->sc_vendor_post_reset(sc);
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_ehci.c225 esc->sc_vendor_post_reset = tegra_ehci_post_reset;
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_ehci.c291 sc->sc_vendor_post_reset = zy7_ehci_post_reset;
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_ehci.c360 sc->sc_vendor_post_reset = vybrid_ehci_post_reset;

Completed in 84 milliseconds