Searched refs:fwohci_init (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcivar.h77 int fwohci_init (struct fwohci_softc *, device_t);
H A Dfwohci_pci.c320 err = fwohci_init(sc, self);
323 device_printf(self, "fwohci_init failed with err=%d\n", err);
H A Dfwohci.c599 fwohci_init(struct fwohci_softc *sc, device_t dev) function
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.h57 int fwohci_init(struct fwohci_softc *, int);
H A Dfwohci.c265 fwohci_init(struct fwohci_softc *sc, device_t dev) function
H A Dfirewire.c387 if (fwohci_init(sc, 0) == 0) {

Completed in 87 milliseconds