Home
last modified time | relevance | path

Searched refs:sc_ih (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/sys/dev/ral/
H A Dif_ral_pci.c149 void *sc_ih; member
257 NULL, psc->sc_opns->intr, psc, &psc->sc_ih); in ral_pci_attach()
277 if (psc->sc_ih != NULL) in ral_pci_detach()
278 bus_teardown_intr(dev, psc->irq, psc->sc_ih); in ral_pci_detach()
/freebsd/sys/dev/mwl/
H A Dif_mwl_pci.c76 void *sc_ih; /* interrupt handler */ member
165 NULL, mwl_intr, sc, &psc->sc_ih)) { in mwl_pci_attach()
203 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih); in mwl_pci_attach()
226 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih); in mwl_pci_detach()
/freebsd/sys/dev/ath/
H A Dif_ath_pci.c80 void *sc_ih; /* interrupt handler */ member
227 NULL, ath_intr, sc, &psc->sc_ih)) { in ath_pci_attach()
286 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih); in ath_pci_attach()
319 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih); in ath_pci_detach()
/freebsd/sys/powerpc/powermac/
H A Dpswitch.c50 void *sc_ih; member
101 pswitch_intr, NULL, dev, &sc->sc_ih) != 0) { in pswitch_attach()
H A Dcudavar.h81 void *sc_ih; member
H A Dpmuvar.h156 void *sc_ih; member
H A Dkiic.c106 void *sc_ih; member
227 kiic_intr, sc, &sc->sc_ih); in kiic_attach()
/freebsd/sys/dev/hwpmc/
H A Dpmu_dmc620.c63 void *sc_ih; member
160 NULL, sc, &sc->sc_ih)) { in pmu_dmc620_acpi_attach()
177 bus_teardown_intr(dev, sc->sc_res[1], sc->sc_ih); in pmu_dmc620_acpi_detach()
/freebsd/sys/arm/freescale/imx/
H A Dimx_wdog.c58 void *sc_ih; member
209 &sc->sc_ih); in imx_wdog_attach()
H A Dimx_gpt.c83 void * sc_ih; /* interrupt handler */ member
239 NULL, sc, &sc->sc_ih); in imx_gpt_attach()
/freebsd/sys/dev/le/
H A Dif_le_isa.c107 void *sc_ih; member
409 NULL, am7990_intr, sc, &lesc->sc_ih); in le_isa_attach()
450 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih); in le_isa_detach()
H A Dif_le_pci.c107 void *sc_ih; member
423 NULL, am79900_intr, sc, &lesc->sc_ih); in le_pci_attach()
461 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih); in le_pci_detach()
/freebsd/sys/dev/tpm/
H A Dtpmvar.h26 void *sc_ih; member
/freebsd/sys/dev/gem/
H A Dif_gem_pci.c296 INTR_MPSAFE, NULL, gem_intr, sc, &sc->sc_ih) != 0) { in gem_pci_attach()
315 bus_teardown_intr(dev, sc->sc_res[GEM_RES_INTR], sc->sc_ih); in gem_pci_detach()
H A Dif_gemvar.h117 void *sc_ih; member
/freebsd/sys/arm64/arm64/
H A Dcmn600.c101 void *sc_ih; member
722 cmn600_intr, NULL, sc, &sc->sc_ih)) { in cmn600_acpi_attach()
729 bus_teardown_intr(dev, sc->sc_res[2], sc->sc_ih); in cmn600_acpi_attach()
746 bus_teardown_intr(dev, sc->sc_res[2], sc->sc_ih); in cmn600_acpi_detach()
/freebsd/sys/arm/allwinner/
H A Da10_timer.c
H A Da10_dmac.c74 void * sc_ih; member
162 NULL, a10dmac_intr, sc, &sc->sc_ih); in a10dmac_attach()
/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h117 void *sc_ih; member
/freebsd/sys/dev/safe/
H A Dsafevar.h136 void *sc_ih; /* interrupt handler cookie */ member
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c159 void *sc_ih; member
418 NULL, fsl_pcib_err_intr, dev, &sc->sc_ih); in fsl_pcib_attach()
421 sc->sc_ih = NULL; in fsl_pcib_attach()
/freebsd/sys/dev/iwi/
H A Dif_iwivar.h159 void *sc_ih; member
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c537 (void)bus_teardown_intr(dev, sc->sc_ih, sc->sc_ih_cookie); in qat_detach()
540 if (sc->sc_ih != NULL) { in qat_detach()
542 sc->sc_hw.qhw_num_banks + 1, sc->sc_ih); in qat_detach()
543 sc->sc_ih = NULL; in qat_detach()
679 sc->sc_ih = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in qat_setup_msix_intr()
681 if (sc->sc_ih == NULL) in qat_setup_msix_intr()
683 error = bus_setup_intr(dev, sc->sc_ih, INTR_TYPE_NET | INTR_MPSAFE, in qat_setup_msix_intr()
/freebsd/sys/dev/cas/
H A Dif_casvar.h142 void *sc_ih; member
/freebsd/sys/dev/safexcel/
H A Dsafexcel_var.h409 struct safexcel_intr_handle sc_ih[SAFEXCEL_MAX_RINGS]; member

12