/freebsd/sys/arm64/rockchip/ |
H A D | rk3568_pcie.c | 96 void *irq_handle; member 236 if (sc->irq_handle) in rk3568_pcie_detach() 237 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle); in rk3568_pcie_detach() 360 NULL, rk3568_intr, sc, &sc->irq_handle))) { in rk3568_pcie_attach()
|
/freebsd/sys/dev/xen/timer/ |
H A D | xen_timer.c | 87 xen_intr_handle_t irq_handle; member 386 NULL, sc, INTR_TYPE_CLK, &pcpu->irq_handle); in xentimer_attach() 392 xen_intr_describe(pcpu->irq_handle, "c%d", i); in xentimer_attach()
|
/freebsd/sys/dev/ichsmb/ |
H A D | ichsmb_var.h | 54 void *irq_handle; /* handle for interrupt code */ member
|
H A D | ichsmb.c | 126 NULL, ichsmb_device_intr, sc, &sc->irq_handle); in ichsmb_attach() 673 if (sc->irq_handle != NULL) { in ichsmb_release_resources() 674 bus_teardown_intr(dev, sc->irq_res, sc->irq_handle); in ichsmb_release_resources() 675 sc->irq_handle = NULL; in ichsmb_release_resources()
|
/freebsd/sys/dev/eqos/ |
H A D | if_eqos_var.h | 77 void *irq_handle; member
|
H A D | if_eqos.c | 1172 NULL, eqos_intr, sc, &sc->irq_handle))) { in eqos_attach() 1223 if (sc->irq_handle) in eqos_detach() 1225 sc->irq_handle); in eqos_detach()
|
/freebsd/sys/dev/sbni/ |
H A D | if_sbnivar.h | 77 void *irq_handle; member
|
H A D | if_sbni_isa.c | 144 NULL, sbni_intr, sc, &sc->irq_handle); in sbni_attach_isa()
|
H A D | if_sbni_pci.c | 140 INTR_MPSAFE, NULL, sbni_intr, sc, &sc->irq_handle); in sbni_pci_attach()
|
H A D | if_sbni.c | 262 if (sc->irq_handle) in sbni_detach() 263 bus_teardown_intr(sc->dev, sc->irq_res, sc->irq_handle); in sbni_detach()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | os_bsd.h | 147 void *irq_handle; member
|
H A D | hpt27xx_osm_bsd.c | 366 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle); in hpt_shutdown_vbus() 1167 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle)) in hpt_final_init()
|
/freebsd/sys/dev/hptnr/ |
H A D | os_bsd.h | 149 void *irq_handle; member
|
H A D | hptnr_osm_bsd.c | 367 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle); in hpt_shutdown_vbus() 1457 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle)) in hpt_final_init()
|
/freebsd/sys/dev/hptrr/ |
H A D | os_bsd.h | 150 void *irq_handle; member
|
H A D | hptrr_osm_bsd.c | 369 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle); in hpt_shutdown_vbus() 1101 NULL, hpt_pci_intr, vbus_ext, &hba->irq_handle)) in hpt_final_init()
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_os.c | 370 if (dev->cnq_array[i].irq_handle) in qlnxr_release_irqs() 373 dev->cnq_array[i].irq_handle); in qlnxr_release_irqs() 419 &dev->cnq_array[i].irq_handle)) { in qlnxr_setup_irqs() 425 dev->cnq_array[i].irq_handle); in qlnxr_setup_irqs()
|
H A D | qlnxr_def.h | 240 void *irq_handle; member
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac_private.h | 109 void *irq_handle; member
|
H A D | hdac.c | 774 NULL, hdac_intr_handler, sc, &irq->irq_handle); in hdac_irq_alloc() 801 if (irq->irq_res != NULL && irq->irq_handle != NULL) in hdac_irq_free() 802 bus_teardown_intr(sc->dev, irq->irq_res, irq->irq_handle); in hdac_irq_free() 808 irq->irq_handle = NULL; in hdac_irq_free()
|
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.h | 407 void *irq_handle; member
|
H A D | hptiop.c | 2050 NULL, hptiop_pci_intr, hba, &hba->irq_handle)) in hptiop_attach() 2078 bus_teardown_intr(dev, hba->irq_res, hba->irq_handle); in hptiop_attach() 2800 if (hba->irq_handle) in hptiop_release_resource() 2801 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle); in hptiop_release_resource()
|