| /freebsd-14-stable/sys/dev/mwl/ |
| HD | if_mwl_pci.c | 80 void *sc_ih; /* interrupt handler */ member 169 NULL, mwl_intr, sc, &psc->sc_ih)) { in mwl_pci_attach() 207 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih); in mwl_pci_attach() 230 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih); in mwl_pci_detach()
|
| /freebsd-14-stable/sys/dev/ral/ |
| HD | if_ral_pci.c | 149 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-14-stable/sys/dev/ath/ |
| HD | if_ath_pci.c | 80 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-14-stable/sys/powerpc/powermac/ |
| HD | pswitch.c | 50 void *sc_ih; member 101 pswitch_intr, NULL, dev, &sc->sc_ih) != 0) { in pswitch_attach()
|
| HD | cudavar.h | 81 void *sc_ih; member
|
| HD | pmuvar.h | 156 void *sc_ih; member
|
| HD | kiic.c | 106 void *sc_ih; member 227 kiic_intr, sc, &sc->sc_ih); in kiic_attach()
|
| /freebsd-14-stable/sys/dev/hwpmc/ |
| HD | pmu_dmc620.c | 63 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-14-stable/sys/arm/freescale/imx/ |
| HD | imx_wdog.c | 59 void *sc_ih; member 210 &sc->sc_ih); in imx_wdog_attach()
|
| HD | imx_gpt.c | 84 void * sc_ih; /* interrupt handler */ member 240 NULL, sc, &sc->sc_ih); in imx_gpt_attach()
|
| /freebsd-14-stable/sys/dev/le/ |
| HD | if_le_pci.c | 110 void *sc_ih; member 426 NULL, am79900_intr, sc, &lesc->sc_ih); in le_pci_attach() 464 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih); in le_pci_detach()
|
| HD | if_le_isa.c | 110 void *sc_ih; member 412 NULL, am7990_intr, sc, &lesc->sc_ih); in le_isa_attach() 453 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih); in le_isa_detach()
|
| /freebsd-14-stable/sys/dev/tpm/ |
| HD | tpmvar.h | 26 void *sc_ih; member
|
| /freebsd-14-stable/sys/dev/gem/ |
| HD | if_gem_pci.c | 296 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()
|
| HD | if_gemvar.h | 117 void *sc_ih; member
|
| /freebsd-14-stable/sys/arm64/arm64/ |
| HD | cmn600.c | 101 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-14-stable/sys/arm/allwinner/ |
| HD | a10_timer.c | 96 void *sc_ih; /* interrupt handler */ member 210 a10_timer_irq, NULL, sc, &sc->sc_ih); in a10_timer_attach()
|
| HD | a10_dmac.c | 75 void * sc_ih; member 163 NULL, a10dmac_intr, sc, &sc->sc_ih); in a10dmac_attach()
|
| /freebsd-14-stable/sys/dev/ipw/ |
| HD | if_ipwvar.h | 117 void *sc_ih; member
|
| /freebsd-14-stable/sys/dev/safe/ |
| HD | safevar.h | 136 void *sc_ih; /* interrupt handler cookie */ member
|
| /freebsd-14-stable/sys/dev/iwi/ |
| HD | if_iwivar.h | 159 void *sc_ih; member
|
| /freebsd-14-stable/sys/powerpc/mpc85xx/ |
| HD | pci_mpc85xx.c | 160 void *sc_ih; member 419 NULL, fsl_pcib_err_intr, dev, &sc->sc_ih); in fsl_pcib_attach() 422 sc->sc_ih = NULL; in fsl_pcib_attach()
|
| /freebsd-14-stable/sys/dev/qat_c2xxx/ |
| HD | qat.c | 537 (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-14-stable/sys/dev/cas/ |
| HD | if_casvar.h | 142 void *sc_ih; member
|
| /freebsd-14-stable/sys/dev/safexcel/ |
| HD | safexcel_var.h | 409 struct safexcel_intr_handle sc_ih[SAFEXCEL_MAX_RINGS]; member
|