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

12

/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.h407 void *irq_handle; member in struct:hpt_iop_hba
H A Dhptiop.c2062 NULL, hptiop_pci_intr, hba, &hba->irq_handle))
2086 bus_teardown_intr(dev, hba->irq_res, hba->irq_handle);
2807 if (hba->irq_handle)
2808 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.h251 void *irq_handle; member in struct:_vxge_isr_info_t
H A Dvxge.c164 device_attr.irqh = (pci_irq_h) vdev->config.isr_info[0].irq_handle;
1437 &vdev->config.isr_info[0].irq_handle);
1459 &vdev->config.isr_info[i].irq_handle);
1469 vdev->config.isr_info[i].irq_handle);
1904 vdev->config.isr_info[i].irq_handle);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c717 NULL, hdac_intr_handler, sc, &irq->irq_handle);
744 if (irq->irq_res != NULL && irq->irq_handle != NULL)
745 bus_teardown_intr(sc->dev, irq->irq_res, irq->irq_handle);
751 irq->irq_handle = NULL;
/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.c565 NULL, csintr, sc, &sc->irq_handle);
594 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
/freebsd-11-stable/sys/dev/sbni/
H A Dif_sbni.c270 if (sc->irq_handle)
271 bus_teardown_intr(sc->dev, sc->irq_res, sc->irq_handle);
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c369 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
1104 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle))
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed.c392 if (sc->irq_res != NULL && sc->irq_handle)
393 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
H A Dif_ed_pccard.c638 NULL, edintr, sc, &sc->irq_handle);
H A Dif_ed_cbus.c253 NULL, edintr, sc, &sc->irq_handle);
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c363 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
1456 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle))
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c369 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle);
1274 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle))
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c824 NULL, fe_intr, sc, &sc->irq_handle);
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c999 void *irq_handle; member in struct:ncb
3736 INTR_MPSAFE, NULL, ncr_intr, np, &np->irq_handle);
/freebsd-11-stable/sys/dev/an/
H A Dif_an.c820 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);

Completed in 199 milliseconds

12