Home
last modified time | relevance | path

Searched refs:bus_teardown_intr (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/freebsd-head/sys/dev/malo/
HDif_malo_pci.c250 bus_teardown_intr(dev, psc->malo_res_irq[0], in malo_pci_attach()
254 bus_teardown_intr(dev, psc->malo_res_irq[i], in malo_pci_attach()
281 bus_teardown_intr(dev, psc->malo_res_irq[0], in malo_pci_detach()
285 bus_teardown_intr(dev, psc->malo_res_irq[i], in malo_pci_detach()
/freebsd-head/sys/dev/ahci/
HDahci_generic.c181 DEVMETHOD(bus_teardown_intr,ahci_teardown_intr),
203 DEVMETHOD(bus_teardown_intr,ahci_teardown_intr),
HDahci_mv_fdt.c139 DEVMETHOD(bus_teardown_intr, ahci_teardown_intr),
/freebsd-head/sys/arm/freescale/vybrid/
HDvf_ehci.c337 err = bus_teardown_intr(dev, esc->res[5], in vybrid_ehci_attach()
368 err = bus_teardown_intr(dev, esc->res[5], in vybrid_ehci_attach()
409 err = bus_teardown_intr(dev, esc->res[5], in vybrid_ehci_detach()
/freebsd-head/sys/dev/mwl/
HDif_mwl_pci.c203 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-head/sys/x86/pci/
HDqpi.c211 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
289 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-head/sys/powerpc/mambo/
HDmambo.c61 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-head/sys/compat/linuxkpi/common/src/
HDlinux_interrupt.c93 bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag); in lkpi_irq_release()
196 bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag); in lkpi_disable_irq()
/freebsd-head/sys/dev/quicc/
HDquicc_bfe_fdt.c59 DEVMETHOD(bus_teardown_intr, quicc_bus_teardown_intr),
/freebsd-head/sys/dev/scc/
HDscc_bfe_macio.c82 DEVMETHOD(bus_teardown_intr, scc_bus_teardown_intr),
HDscc_bfe_quicc.c87 DEVMETHOD(bus_teardown_intr, scc_bus_teardown_intr),
/freebsd-head/sys/arm/nvidia/
HDtegra_mc.c270 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in tegra_mc_attach()
292 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in tegra_mc_detach()
HDtegra_rtc.c256 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in tegra_rtc_attach()
278 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in tegra_rtc_detach()
HDas3722.c336 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in as3722_attach()
355 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in as3722_detach()
/freebsd-head/sys/dev/ath/
HDif_ath_pci.c286 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-head/sys/dev/usb/controller/
HDehci_mv.c301 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in mv_ehci_detach()
310 err = bus_teardown_intr(self, irq_err, ih_err); in mv_ehci_detach()
/freebsd-head/sys/dev/dwwdt/
HDdwwdt.c299 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intr_cookie); in dwwdt_attach()
334 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intr_cookie); in dwwdt_detach()
/freebsd-head/sys/x86/x86/
HDlegacy.c91 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
304 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-head/sys/dev/pst/
HDpst-pci.c110 bus_teardown_intr(dev, sc->r_irq, sc->handle); in iop_pci_detach()
/freebsd-head/sys/dev/intel/
HDspi_acpi.c98 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
HDspi_pci.c124 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-head/sys/dev/acpica/
HDacpi_isab.c74 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd-head/sys/arm/arm/
HDpmu.c148 bus_teardown_intr(dev, sc->irq[i].res, sc->irq[i].ih); in pmu_attach()
/freebsd-head/sys/dev/atopcase/
HDatopcase_acpi.c291 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_irq_ih); in atopcase_acpi_attach()
351 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_irq_ih); in atopcase_acpi_detach()
/freebsd-head/sys/dev/hyperv/vmbus/aarch64/
HDvmbus_aarch64.c143 bus_teardown_intr(sc->vmbus_dev, sc->ires, sc->icookie); in vmbus_intr_teardown1()

12345678910>>...16