Searched refs:bus_teardown_intr (Results 26 - 50 of 508) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/aic/
H A Daic_pccard.c166 error = bus_teardown_intr(dev, sc->sc_irq, sc->sc_ih);
/freebsd-11-stable/sys/dev/altera/pio/
H A Dpio.c105 bus_teardown_intr(sc->dev, sc->res[1], sc->ih);
/freebsd-11-stable/sys/dev/pcf/
H A Denvctrl.c181 bus_teardown_intr(dev, sc->res_irq, sc->intr_cookie);
H A Dpcf_ebus.c241 bus_teardown_intr(dev, sc->res_irq,
H A Dpcf_isa.c201 bus_teardown_intr(dev, sc->res_irq, sc->intr_cookie);
/freebsd-11-stable/sys/powerpc/psim/
H A Data_iobus.c82 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-11-stable/sys/mips/cavium/
H A Dobio.c193 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem_sbus.c187 bus_teardown_intr(dev, sc->sc_res[GEM_RES_INTR], sc->sc_ih);
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30_subr.c111 bus_teardown_intr(dev, sc->irq_res, sc->stg_intrhand);
/freebsd-11-stable/sys/dev/vx/
H A Dif_vx_pci.c178 bus_teardown_intr(dev, sc->vx_irq, sc->vx_intrhand);
/freebsd-11-stable/sys/dev/si/
H A Dsi_eisa.c121 bus_teardown_intr(dev, sc->sc_irq_res, ih);
H A Dsi_pci.c141 bus_teardown_intr(dev, sc->sc_irq_res, ih);
/freebsd-11-stable/sys/dev/mcd/
H A Dmcd_isa.c173 bus_teardown_intr(dev, sc->irq, sc->irq_ih);
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.c224 bus_teardown_intr(gpio->dev, gpio->cd_ires, gpio->cd_ihandler);
/freebsd-11-stable/sys/dev/usb/controller/
H A Duss820dci_atmelarm.c178 err = bus_teardown_intr(dev, sc->sc_irq_res,
H A Dehci_mv.c284 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl);
293 err = bus_teardown_intr(self, irq_err, ih_err);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_container.c70 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c208 bus_teardown_intr(dev, sc->irq_res, sc->intr_hl);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_ahb.c277 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.c364 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/x86/x86/
H A Dlegacy.c99 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
288 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_intr.c349 bus_teardown_intr(dev, softs->os_specific.pqi_irq[0],
381 bus_teardown_intr(dev,
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.c343 bus_teardown_intr(dev, sc->irq_res, sc->irq_h);
357 bus_teardown_intr(dev, sc->irq_res, sc->irq_h);
/freebsd-11-stable/sys/dev/mps/
H A Dmps_pci.c342 bus_teardown_intr(sc->mps_dev, sc->mps_irq[i],
352 bus_teardown_intr(sc->mps_dev, sc->mps_irq[0],
/freebsd-11-stable/sys/dev/beri/
H A Dberi_ring.c254 bus_teardown_intr(sc->dev, sc->res[1], sc->read_ih);
255 bus_teardown_intr(sc->dev, sc->res[2], sc->write_ih);

Completed in 167 milliseconds

1234567891011>>