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

123

/freebsd-10.1-release/sys/arm/freescale/imx/
H A Dimx_gptvar.h40 void *sc_ih; /* interrupt handler */ member in struct:imx_gpt_softc
/freebsd-10.1-release/sys/mips/adm5120/
H A Dobiovar.h57 void *sc_ih; /* interrupt cookie */ member in struct:obio_softc
/freebsd-10.1-release/sys/mips/idt/
H A Dobiovar.h60 void *sc_ih[MIPS_IRQS]; /* interrupt cookie */ member in struct:obio_softc
/freebsd-10.1-release/sys/mips/rt305x/
H A Dobiovar.h49 void *sc_ih; /* interrupt cookie */ member in struct:obio_softc
/freebsd-10.1-release/sys/dev/tpm/
H A Dtpmvar.h28 void *sc_ih; member in struct:tpm_softc
/freebsd-10.1-release/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.h156 void *sc_ih; member in struct:pmu_softc
/freebsd-10.1-release/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
217 INTR_MPSAFE, NULL, aic_intr, aic, &sc->sc_ih);
239 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
194 INTR_MPSAFE, NULL, aic_intr, aic, &sc->sc_ih);
216 error = bus_teardown_intr(dev, sc->sc_irq, sc->sc_ih);
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_ahb.c79 void *sc_ih; /* interrupt handler */ member in struct:ath_ahb_softc
202 NULL, ath_intr, sc, &psc->sc_ih)) {
258 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
284 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
H A Dif_ath_pci.c78 void *sc_ih; /* interrupt handler */ member in struct:ath_pci_softc
195 NULL, ath_intr, sc, &psc->sc_ih)) {
269 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
295 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
/freebsd-10.1-release/sys/dev/ct/
H A Dctvar.h77 void *sc_ih; member in struct:ct_softc
/freebsd-10.1-release/sys/dev/mse/
H A Dmsevar.h59 void *sc_ih; member in struct:mse_softc
/freebsd-10.1-release/sys/dev/mwl/
H A Dif_mwl_pci.c75 void *sc_ih; /* interrupt handler */ member in struct:mwl_pci_softc
165 NULL, mwl_intr, sc, &psc->sc_ih)) {
203 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
226 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
/freebsd-10.1-release/sys/dev/ral/
H A Dif_ral_pci.c145 void *sc_ih; member in struct:ral_pci_softc
253 NULL, psc->sc_opns->intr, psc, &psc->sc_ih);
273 if (psc->sc_ih != NULL)
274 bus_teardown_intr(dev, psc->irq, psc->sc_ih);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/sys/dev/ipw/
H A Dif_ipwvar.h114 void *sc_ih; member in struct:ipw_softc
/freebsd-10.1-release/sys/dev/tx/
H A Dif_txvar.h83 void *sc_ih; member in struct:__anon9862
/freebsd-10.1-release/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
418 NULL, am7990_intr, sc, &lesc->sc_ih);
459 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
324 NULL, am7990_intr, sc, &lesc->sc_ih);
357 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih);
H A Dif_le_ledma.c77 void *sc_ih; member in struct:le_dma_softc
415 NULL, am7990_intr, sc, &lesc->sc_ih);
454 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih);

Completed in 204 milliseconds

123