Home
last modified time | relevance | path

Searched refs:ohci_init (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/powerpc/ps3/
H A Dohci_ps3.c135 err = ohci_init(sc); in ohci_ps3_attach()
/freebsd/sys/dev/usb/controller/
H A Dohci.h260 usb_error_t ohci_init(ohci_softc_t *sc);
H A Dohci_pci.c303 err = ohci_init(sc); in ohci_pci_attach()
H A Dgeneric_ohci.c212 err = ohci_init(&sc->ohci_sc); in generic_ohci_attach()
H A Dohci.c322 ohci_init(ohci_softc_t *sc) in ohci_init() function