Searched refs:irq_cookie (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/cy/
H A Dcy_pci.c107 void *irq_cookie, *vaddr, *vsc; local
149 cyintr, NULL, vsc, &irq_cookie);
155 NULL, (driver_intr_t *)cyintr, vsc, &irq_cookie);
H A Dcy_isa.c108 void *irq_cookie, *vaddr, *vsc; local
137 cyintr, NULL, vsc, &irq_cookie) != 0) {
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h70 void *irq_cookie; /* irq cookie */ member in struct:bt3c_softc
H A Dng_bt3c_pccard.c636 sc->irq_cookie = NULL;
638 &sc->irq_cookie) != 0) {
686 if (sc->irq_cookie != NULL)
687 bus_teardown_intr(dev, sc->irq, sc->irq_cookie);
722 bus_teardown_intr(dev, sc->irq, sc->irq_cookie);
724 sc->irq_cookie = NULL;
/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp_llan.c94 void *irq_cookie; member in struct:llan_softc
182 INTR_ENTROPY, NULL, llan_intr, sc, &sc->irq_cookie);
H A Dphyp_vscsi.c109 void *irq_cookie; member in struct:vscsi_softc
308 INTR_ENTROPY, NULL, vscsi_intr, sc, &sc->irq_cookie);
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h1099 void *irq_cookie; /* bus_teardown_intr needs this */
1098 void *irq_cookie; /* bus_teardown_intr needs this */ member in struct:softc
H A Dif_lmc.c4451 if (sc->irq_cookie != NULL)
4453 bus_teardown_intr(dev, sc->irq_res, sc->irq_cookie);
4454 sc->irq_cookie = NULL;
4538 NULL, bsd_interrupt, sc, &sc->irq_cookie)))

Completed in 85 milliseconds