Home
last modified time | relevance | path

Searched refs:ep_attach (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/ep/
HDif_ep_mca.c131 if ((error = ep_attach(sc))) in ep_mca_attach()
HDif_epvar.h82 int ep_attach(struct ep_softc *);
HDif_ep_eisa.c216 if ((error = ep_attach(sc))) { in ep_eisa_attach()
HDif_ep_pccard.c205 if ((error = ep_attach(sc))) { in ep_pccard_attach()
HDif_ep_isa.c332 if ((error = ep_attach(sc))) in ep_isa_attach()
HDif_ep.c279 ep_attach(struct ep_softc *sc) in ep_attach() function