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

/freebsd-12-stable/sys/dev/ep/
H A Dif_epvar.h48 void *ep_intrhand; member in struct:ep_softc
H A Dif_ep_pccard.c212 NULL, ep_intr, sc, &sc->ep_intrhand))) {
H A Dif_ep_isa.c329 NULL, ep_intr, sc, &sc->ep_intrhand))) {
H A Dif_ep.c257 if (sc->ep_intrhand)
258 bus_teardown_intr(dev, sc->irq, sc->ep_intrhand);
263 sc->ep_intrhand = 0;

Completed in 95 milliseconds