Home
last modified time | relevance | path

Searched refs:ehci_init (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/sys/powerpc/ps3/
Dehci_ps3.c139 err = ehci_init(sc); in ehci_ps3_attach()
/freebsd-9-stable/sys/mips/rmi/
Dxls_ehci.c144 err = ehci_init(sc); in ehci_xls_attach()
/freebsd-9-stable/sys/mips/atheros/
Dar71xx_ehci.c177 err = ehci_init(sc); in ar71xx_ehci_attach()
/freebsd-9-stable/sys/arm/econa/
Dehci_ebus.c168 err = ehci_init(sc); in ehci_ebus_attach()
/freebsd-9-stable/sys/dev/usb/controller/
Dehci_ixp4xx.c190 err = ehci_init(sc); in ehci_ixp_attach()
Dehci_mv.c223 err = ehci_init(sc); in mv_ehci_attach()
Dehci_pci.c451 err = ehci_init(sc); in ehci_pci_attach()
Dehci.h446 usb_error_t ehci_init(ehci_softc_t *sc);
Dehci.c297 ehci_init(ehci_softc_t *sc) in ehci_init() function