HomeSort by: relevance | last modified time | path
    Searched refs:slhci_attach (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/ic/
sl811hsvar.h 89 int slhci_attach(struct slhci_softc *);
sl811hs.c 430 * slhci_supported_rev, slhci_preinit, slhci_attach, slhci_detach,
1175 slhci_attach(struct slhci_softc *sc) function in typeref:typename:int
  /src/sys/dev/tc/
slhci_tcu.c 99 if (slhci_attach(sc))
100 aprint_error_dev(self, "slhci_attach() failed\n");
  /src/sys/arch/hpcarm/dev/
nbp_slhci.c 109 if (slhci_attach(sc))
110 aprint_error_dev(self, "slhci_attach failed\n");
  /src/sys/dev/isa/
slhci_isa.c 148 if (slhci_attach(sc))
149 aprint_error("%s: slhci_attach failed\n", SC_NAME(sc));
  /src/sys/arch/amiga/dev/
slhci_zbus.c 124 slhci_attach(sc);
  /src/sys/dev/pcmcia/
slhci_pcmcia.c 157 if (slhci_attach(sc)) {
158 printf("%s: slhci_attach failed\n", SC_NAME(sc));
  /src/sys/arch/x68k/dev/
slhci_intio.c 167 if (slhci_attach(sc))
  /src/sys/arch/evbarm/g42xxeb/
gb225_slhci.c 164 if (slhci_attach(&sc->sc_sc, self))

Completed in 16 milliseconds