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

/freebsd-10.2-release/sys/dev/ep/
H A Dif_ep_mca.c132 sc, &sc->ep_intrhand))) {
H A Dif_ep_eisa.c221 NULL, ep_intr, sc, &sc->ep_intrhand))) {
H A Dif_ep_pccard.c210 NULL, ep_intr, sc, &sc->ep_intrhand))) {
H A Dif_epvar.h46 void *ep_intrhand; member in struct:ep_softc
H A Dif_ep_isa.c340 NULL, ep_intr, sc, &sc->ep_intrhand))) {
H A Dif_ep.c253 if (sc->ep_intrhand)
254 bus_teardown_intr(dev, sc->irq, sc->ep_intrhand);
259 sc->ep_intrhand = 0;

Completed in 82 milliseconds