Searched refs:irq_handle (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/sys/dev/cs/
H A Dif_csvar.h53 void* irq_handle; /* handle for irq handler */ member in struct:cs_softc
/freebsd-11-stable/sys/dev/ichsmb/
H A Dichsmb_var.h56 void *irq_handle; /* handle for interrupt code */ member in struct:ichsmb_softc
H A Dichsmb.c128 NULL, ichsmb_device_intr, sc, &sc->irq_handle);
667 if (sc->irq_handle != NULL) {
668 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
669 sc->irq_handle = NULL;
/freebsd-11-stable/sys/dev/cm/
H A Dif_cm_isa.c105 NULL, cmintr, sc, &sc->irq_handle);
139 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
H A Dsmc90cx6var.h63 void * irq_handle; /* handle for irq handler */ member in struct:cm_softc
/freebsd-11-stable/sys/dev/sbni/
H A Dif_sbnivar.h80 void *irq_handle; member in struct:sbni_softc
H A Dif_sbni_isa.c158 NULL, sbni_intr, sc, &sc->irq_handle);
H A Dif_sbni_pci.c159 INTR_MPSAFE, NULL, sbni_intr, sc, &sc->irq_handle);
/freebsd-11-stable/sys/dev/xen/timer/
H A Dtimer.c90 void *irq_handle; member in struct:xentimer_pcpu_data
389 NULL, sc, INTR_TYPE_CLK, &pcpu->irq_handle);
395 xen_intr_describe(pcpu->irq_handle, "c%d", i);
/freebsd-11-stable/sys/dev/an/
H A Dif_an_isa.c123 NULL, an_intr, sc, &sc->irq_handle);
H A Dif_an_pccard.c153 NULL, an_intr, sc, &sc->irq_handle);
H A Dif_an_pci.c228 NULL, an_intr, sc, &sc->irq_handle);
H A Dif_anreg.h451 void* irq_handle; /* handle for irq handler */ member in struct:an_softc
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_pci.c122 NULL, edintr, sc, &sc->irq_handle);
H A Dif_ed_isa.c180 NULL, edintr, sc, &sc->irq_handle);
H A Dif_edvar.h63 void* irq_handle; /* handle for irq handler */ member in struct:ed_softc
/freebsd-11-stable/sys/dev/snc/
H A Dif_snc_pccard.c116 bus_teardown_intr(dev, sc->irq, sc->irq_handle);
H A Ddp83932var.h118 void * irq_handle; member in struct:snc_softc
H A Dif_snc.c229 NULL, sncintr, sc, &sc->irq_handle);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dos_bsd.h147 void *irq_handle; member in struct:_hba
/freebsd-11-stable/sys/dev/hptnr/
H A Dos_bsd.h149 void *irq_handle; member in struct:_hba
/freebsd-11-stable/sys/dev/hptrr/
H A Dos_bsd.h150 void *irq_handle; member in struct:_hba
/freebsd-11-stable/sys/dev/fe/
H A Dif_fevar.h80 void * irq_handle; member in struct:fe_softc
H A Dif_fe_pccard.c200 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h109 void *irq_handle; member in struct:hdac_irq

Completed in 153 milliseconds

12