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

/freebsd-current/sys/dev/eqos/
H A Dif_eqos_var.h77 void *irq_handle; member in struct:eqos_softc
H A Dif_eqos.c1172 NULL, eqos_intr, sc, &sc->irq_handle))) {
1223 if (sc->irq_handle)
1225 sc->irq_handle);
/freebsd-current/sys/dev/ichsmb/
H A Dichsmb_var.h54 void *irq_handle; /* handle for interrupt code */ member in struct:ichsmb_softc
H A Dichsmb.c126 NULL, ichsmb_device_intr, sc, &sc->irq_handle);
673 if (sc->irq_handle != NULL) {
674 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
675 sc->irq_handle = NULL;
/freebsd-current/sys/dev/sbni/
H A Dif_sbnivar.h77 void *irq_handle; member in struct:sbni_softc
H A Dif_sbni_isa.c149 NULL, sbni_intr, sc, &sc->irq_handle);
H A Dif_sbni_pci.c151 INTR_MPSAFE, NULL, sbni_intr, sc, &sc->irq_handle);
H A Dif_sbni.c265 if (sc->irq_handle)
266 bus_teardown_intr(sc->dev, sc->irq_res, sc->irq_handle);
/freebsd-current/sys/arm64/rockchip/
H A Drk3568_pcie.c96 void *irq_handle; member in struct:rk3568_pcie_softc
236 if (sc->irq_handle)
237 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
360 NULL, rk3568_intr, sc, &sc->irq_handle))) {
/freebsd-current/sys/dev/xen/timer/
H A Dxen_timer.c87 xen_intr_handle_t irq_handle; member in struct:xentimer_pcpu_data
386 NULL, sc, INTR_TYPE_CLK, &pcpu->irq_handle);
392 xen_intr_describe(pcpu->irq_handle, "c%d", i);
/freebsd-current/sys/dev/hpt27xx/
H A Dos_bsd.h147 void *irq_handle; member in struct:_hba
H A Dhpt27xx_osm_bsd.c374 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
1179 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle))
/freebsd-current/sys/dev/hptnr/
H A Dos_bsd.h149 void *irq_handle; member in struct:_hba
H A Dhptnr_osm_bsd.c368 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
1462 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle))
/freebsd-current/sys/dev/hptrr/
H A Dos_bsd.h150 void *irq_handle; member in struct:_hba
H A Dhptrr_osm_bsd.c369 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
1105 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle))
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdac_private.h109 void *irq_handle; member in struct:hdac_irq
H A Dhdac.c775 NULL, hdac_intr_handler, sc, &irq->irq_handle);
802 if (irq->irq_res != NULL && irq->irq_handle != NULL)
803 bus_teardown_intr(sc->dev, irq->irq_res, irq->irq_handle);
809 irq->irq_handle = NULL;
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c370 if (dev->cnq_array[i].irq_handle)
373 dev->cnq_array[i].irq_handle);
419 &dev->cnq_array[i].irq_handle)) {
423 QL_DPRINT12(ha, "irq_rid = %d irq = %p irq_handle = %p\n",
425 dev->cnq_array[i].irq_handle);
H A Dqlnxr_def.h240 void *irq_handle; member in struct:qlnxr_cnq
/freebsd-current/sys/dev/hptiop/
H A Dhptiop.h407 void *irq_handle; member in struct:hpt_iop_hba
H A Dhptiop.c2052 NULL, hptiop_pci_intr, hba, &hba->irq_handle))
2080 bus_teardown_intr(dev, hba->irq_res, hba->irq_handle);
2802 if (hba->irq_handle)
2803 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);

Completed in 315 milliseconds