Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd/sys/dev/malo/
H A Dif_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/sys/dev/ahci/
H A Dahci_generic.c181 DEVMETHOD(bus_teardown_intr,ahci_teardown_intr),
203 DEVMETHOD(bus_teardown_intr,ahci_teardown_intr),
H A Dahci_mv_fdt.c139 DEVMETHOD(bus_teardown_intr, ahci_teardown_intr),
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_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/sys/dev/mwl/
H A Dif_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/sys/x86/pci/
H A Dqpi.c210 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
296 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd/sys/powerpc/mambo/
H A Dmambo.c61 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd/sys/dev/quicc/
H A Dquicc_bfe_fdt.c59 DEVMETHOD(bus_teardown_intr, quicc_bus_teardown_intr),
/freebsd/sys/arm/nvidia/
H A Dtegra_rtc.c255 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in tegra_rtc_attach()
272 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in tegra_rtc_detach()
H A Dtegra_mc.c269 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in tegra_mc_attach()
286 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in tegra_mc_detach()
H A Das3722.c335 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in as3722_attach()
349 bus_teardown_intr(dev, sc->irq_res, sc->irq_h); in as3722_detach()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_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/sys/dev/scc/
H A Dscc_bfe_macio.c82 DEVMETHOD(bus_teardown_intr, scc_bus_teardown_intr),
H A Dscc_bfe_quicc.c87 DEVMETHOD(bus_teardown_intr, scc_bus_teardown_intr),
/freebsd/sys/dev/ath/
H A Dif_ath_pci.c291 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih); in ath_pci_attach()
324 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih); in ath_pci_detach()
/freebsd/sys/dev/usb/controller/
H A Dehci_mv.c300 err = bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl); in mv_ehci_detach()
309 err = bus_teardown_intr(self, irq_err, ih_err); in mv_ehci_detach()
H A Ddwc_otg_acpi.c140 bus_teardown_intr(dev, sc->sc_irq_res, in dwc_otg_detach()
/freebsd/sys/x86/x86/
H A Dlegacy.c91 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
302 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd/sys/dev/dwwdt/
H A Ddwwdt.c298 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intr_cookie); in dwwdt_attach()
328 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intr_cookie); in dwwdt_detach()
/freebsd/sys/dev/pst/
H A Dpst-pci.c109 bus_teardown_intr(dev, sc->r_irq, sc->handle); in iop_pci_detach()
/freebsd/sys/dev/intel/
H A Dspi_acpi.c98 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd/sys/dev/acpica/
H A Dacpi_isab.c74 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd/sys/dev/atopcase/
H A Datopcase_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/sys/arm/arm/
H A Dpmu.c152 bus_teardown_intr(dev, sc->irq[i].res, sc->irq[i].ih); in pmu_attach()
/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dvmbus_aarch64.c143 bus_teardown_intr(sc->vmbus_dev, sc->ires, sc->icookie); in vmbus_intr_teardown1()

12345678910>>...16