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

12

/freebsd-9.3-release/sys/dev/cs/
H A Dif_csvar.h56 void* irq_handle; /* handle for irq handler */ member in struct:cs_softc
/freebsd-9.3-release/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-9.3-release/sys/dev/cm/
H A Dif_cm_isa.c103 NULL, cmintr, sc, &sc->irq_handle);
136 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-9.3-release/sys/dev/sbni/
H A Dif_sbnivar.h80 void *irq_handle; member in struct:sbni_softc
H A Dif_sbni_isa.c157 NULL, sbni_intr, sc, &sc->irq_handle);
H A Dif_sbni_pci.c159 INTR_MPSAFE, NULL, sbni_intr, sc, &sc->irq_handle);
/freebsd-9.3-release/sys/dev/an/
H A Dif_an_isa.c123 NULL, an_intr, sc, &sc->irq_handle);
H A Dif_an_pccard.c152 NULL, an_intr, sc, &sc->irq_handle);
H A Dif_an_pci.c220 NULL, an_intr, sc, &sc->irq_handle);
/freebsd-9.3-release/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-9.3-release/sys/dev/snc/
H A Dif_snc_pccard.c113 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.c228 NULL, sncintr, sc, &sc->irq_handle);
/freebsd-9.3-release/sys/dev/fe/
H A Dif_fevar.h80 void * irq_handle; member in struct:fe_softc
H A Dif_fe_pccard.c196 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dos_bsd.h168 void *irq_handle; member in struct:_hba
H A Dhpt27xx_osm_bsd.c362 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
1122 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle))
1124 hpt_pci_intr, vbus_ext, &hba->irq_handle))
/freebsd-9.3-release/sys/dev/hptnr/
H A Dos_bsd.h170 void *irq_handle; member in struct:_hba
H A Dhptnr_osm_bsd.c362 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
1156 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle))
1158 hpt_pci_intr, vbus_ext, &hba->irq_handle))
/freebsd-9.3-release/sys/dev/hptrr/
H A Dos_bsd.h168 void *irq_handle; member in struct:_hba
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdac_private.h109 void *irq_handle; member in struct:hdac_irq

Completed in 212 milliseconds

12