Searched refs:ehci_init (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/sys/powerpc/ps3/
H A Dehci_ps3.c150 err = ehci_init(sc);
/freebsd-11.0-release/sys/mips/atheros/
H A Dar71xx_ehci.c214 err = ehci_init(sc);
247 * only call ehci_detach() after ehci_init()
/freebsd-11.0-release/sys/mips/mediatek/
H A Dmtk_ehci.c146 err = ehci_init(sc);
178 * only call ehci_detach() after ehci_init()
/freebsd-11.0-release/sys/mips/rmi/
H A Dxls_ehci.c144 err = ehci_init(sc);
/freebsd-11.0-release/sys/mips/rt305x/
H A Drt305x_ehci.c159 err = ehci_init(sc);
191 * only call ehci_detach() after ehci_init()
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dehci_imx.c285 /* Set flags that affect ehci_init() behavior. */
287 err = ehci_init(esc);
H A Dehci_fsl.c355 err = ehci_init(sc);
384 * only call ehci_detach() after ehci_init()
391 /* Disable interrupts that might have been switched on in ehci_init */
H A Dehci_ixp4xx.c204 err = ehci_init(sc);
237 * only call ehci_detach() after ehci_init()
H A Dehci_mv.c248 err = ehci_init(sc);
286 * only call ehci_detach() after ehci_init()
H A Dehci.h345 #define EHCI_SCFLG_DONTRESET 0x0100 /* don't reset ctrl. in ehci_init() */
346 #define EHCI_SCFLG_DONEINIT 0x1000 /* ehci_init() has been called. */
447 usb_error_t ehci_init(ehci_softc_t *sc);
H A Dehci_pci.c461 err = ehci_init(sc);
494 * only call ehci_detach() after ehci_init()
H A Dehci.c279 ehci_init(ehci_softc_t *sc) function
/freebsd-11.0-release/sys/arm/cavium/cns11xx/
H A Dehci_ebus.c168 err = ehci_init(sc);
207 * only call ehci_detach() after ehci_init()
/freebsd-11.0-release/sys/arm/samsung/exynos/
H A Dexynos5_ehci.c327 err = ehci_init(sc);
361 * only call ehci_detach() after ehci_init()
370 * ehci_init.
/freebsd-11.0-release/sys/arm/ti/usb/
H A Domap_ehci.c360 err = ehci_init(sc);
408 * disable interrupts that might have been switched on in ehci_init
416 * only call ehci_detach() after ehci_init()
/freebsd-11.0-release/sys/arm/xilinx/
H A Dzy7_ehci.c307 err = ehci_init(sc);
332 /* call ehci_detach() after ehci_init() called after
/freebsd-11.0-release/sys/arm/allwinner/
H A Da10_ehci.c257 err = ehci_init(sc);
296 * only call ehci_detach() after ehci_init()
/freebsd-11.0-release/sys/arm/nvidia/
H A Dtegra_ehci.c274 /* Set flags that affect ehci_init() behavior. */
277 rv = ehci_init(esc);
/freebsd-11.0-release/sys/arm/freescale/vybrid/
H A Dvf_ehci.c363 err = ehci_init(sc);
397 * only call ehci_detach() after ehci_init()
406 * ehci_init.

Completed in 86 milliseconds