Searched refs:sc_ih (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-11-stable/sys/mips/adm5120/
H A Dobiovar.h57 void *sc_ih; /* interrupt cookie */ member in struct:obio_softc
/freebsd-11-stable/sys/mips/idt/
H A Dobiovar.h60 void *sc_ih[MIPS_IRQS]; /* interrupt cookie */ member in struct:obio_softc
/freebsd-11-stable/sys/mips/rt305x/
H A Dobiovar.h49 void *sc_ih; /* interrupt cookie */ member in struct:obio_softc
/freebsd-11-stable/sys/powerpc/powermac/
H A Dcudavar.h81 void *sc_ih; member in struct:cuda_softc
H A Dpswitch.c49 void *sc_ih; member in struct:pswitch_softc
125 pswitch_intr, NULL, dev, &sc->sc_ih) != 0) {
H A Dpmuvar.h157 void *sc_ih; member in struct:pmu_softc
/freebsd-11-stable/sys/dev/tpm/
H A Dtpmvar.h28 void *sc_ih; member in struct:tpm_softc
/freebsd-11-stable/sys/dev/aic/
H A Daic_pccard.c52 void *sc_ih; member in struct:aic_pccard_softc
150 INTR_MPSAFE, NULL, aic_intr, aic, &sc->sc_ih);
166 error = bus_teardown_intr(dev, sc->sc_irq, sc->sc_ih);
H A Daic_cbus.c51 void *sc_ih; member in struct:aic_isa_softc
218 INTR_MPSAFE, NULL, aic_intr, aic, &sc->sc_ih);
240 error = bus_teardown_intr(dev, sc->sc_irq, sc->sc_ih);
H A Daic_isa.c51 void *sc_ih; member in struct:aic_isa_softc
195 INTR_MPSAFE, NULL, aic_intr, aic, &sc->sc_ih);
217 error = bus_teardown_intr(dev, sc->sc_irq, sc->sc_ih);
/freebsd-11-stable/sys/dev/ct/
H A Dctvar.h70 void *sc_ih; member in struct:ct_softc
/freebsd-11-stable/sys/dev/mse/
H A Dmsevar.h57 void *sc_ih; member in struct:mse_softc
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl_pci.c79 void *sc_ih; /* interrupt handler */ member in struct:mwl_pci_softc
169 NULL, mwl_intr, sc, &psc->sc_ih)) {
207 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
230 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
/freebsd-11-stable/sys/dev/ral/
H A Dif_ral_pci.c150 void *sc_ih; member in struct:ral_pci_softc
258 NULL, psc->sc_opns->intr, psc, &psc->sc_ih);
278 if (psc->sc_ih != NULL)
279 bus_teardown_intr(dev, psc->irq, psc->sc_ih);
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem_sbus.c168 INTR_MPSAFE, NULL, gem_intr, sc, &sc->sc_ih) != 0) {
187 bus_teardown_intr(dev, sc->sc_res[GEM_RES_INTR], sc->sc_ih);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_ahb.c81 void *sc_ih; /* interrupt handler */ member in struct:ath_ahb_softc
223 NULL, ath_ahb_intr, sc, &psc->sc_ih)) {
277 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
303 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
H A Dif_ath_pci.c80 void *sc_ih; /* interrupt handler */ member in struct:ath_pci_softc
300 NULL, ath_intr, sc, &psc->sc_ih)) {
364 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
397 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
/freebsd-11-stable/sys/dev/esp/
H A Desp_pci.c111 void *sc_ih; /* interrupt handler */ member in struct:esp_pci_softc
301 &esc->sc_ih);
319 esc->sc_ih);
344 esc->sc_ih);
/freebsd-11-stable/sys/dev/tx/
H A Dif_txvar.h83 void *sc_ih; member in struct:__anon11764
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipwvar.h116 void *sc_ih; member in struct:ipw_softc
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_wdog.c58 void *sc_ih; member in struct:imx_wdog_softc
209 &sc->sc_ih);
/freebsd-11-stable/sys/dev/le/
H A Dif_le_cbus.c76 void *sc_ih; member in struct:le_cbus_softc
368 NULL, am7990_intr, sc, &lesc->sc_ih);
406 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih);
H A Dif_le_isa.c110 void *sc_ih; member in struct:le_isa_softc
416 NULL, am7990_intr, sc, &lesc->sc_ih);
457 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih);
H A Dif_le_lebuffer.c71 void *sc_ih; member in struct:le_lebuffer_softc
323 NULL, am7990_intr, sc, &lesc->sc_ih);
356 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih);
H A Dif_le_ledma.c78 void *sc_ih; member in struct:le_dma_softc
416 NULL, am7990_intr, sc, &lesc->sc_ih);
455 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih);

Completed in 143 milliseconds

123