Home
last modified time | relevance | path

Searched refs:bus_teardown_intr (Results 251 – 275 of 384) sorted by relevance

1...<<111213141516

/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c101 DEVMETHOD(bus_teardown_intr, NULL),
/freebsd/sys/dev/sound/pci/
H A Dcsapcm.c734 bus_teardown_intr(dev, resp->irq, csa->ih); in csa_releaseres()
H A Des137x.c1884 bus_teardown_intr(dev, es->irq, es->ih); in es_pci_attach()
1918 bus_teardown_intr(dev, es->irq, es->ih); in es_pci_detach()
H A Dsolo.c823 bus_teardown_intr(dev, sc->irq, sc->ih); in ess_release_resources()
H A Demu10k1.c2146 if (sc->ih) bus_teardown_intr(dev, sc->irq, sc->ih); in emu_pci_attach()
2169 bus_teardown_intr(dev, sc->irq, sc->ih); in emu_pci_detach()
/freebsd/sys/dev/liquidio/
H A Dlio_main.c2208 bus_teardown_intr(oct->device, in lio_destroy_resources()
2223 bus_teardown_intr(oct->device, oct->msix_res, in lio_destroy_resources()
H A Dlio_sysctl.c1155 bus_teardown_intr(oct->device, in lio_irq_reallocate_irqs()
1171 bus_teardown_intr(oct->device, oct->msix_res, oct->tag); in lio_irq_reallocate_irqs()
/freebsd/sys/dev/xilinx/
H A Dif_xae.c1068 bus_teardown_intr(dev, sc->res[1], sc->intr_cookie); in xae_detach()
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c111 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd/sys/dev/qlxgbe/
H A Dql_os.c670 (void)bus_teardown_intr(dev, ha->mbx_irq, ha->mbx_handle); in qla_release()
678 (void)bus_teardown_intr(dev, ha->irq_vec[i].irq, in qla_release()
/freebsd/sys/dev/sbni/
H A Dif_sbni.c266 bus_teardown_intr(sc->dev, sc->irq_res, sc->irq_handle); in sbni_detach()
/freebsd/stand/kshim/
H A Dbsd_kernel.c191 bus_teardown_intr(device_t dev, struct resource *r, void *cookie) in bus_teardown_intr() function
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c484 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intrhand); in bcm_sdhost_attach()
/freebsd/sys/dev/superio/
H A Dsuperio.c1099 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd/sys/dev/gpio/
H A Dgpioc.c233 err = bus_teardown_intr(intr_conf->pin->dev, in gpioc_release_pin_intr()
H A Dgpiobus.c1039 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
/freebsd/sys/arm/allwinner/
H A Dif_emac.c811 bus_teardown_intr(sc->emac_dev, sc->emac_irq, in emac_detach()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c529 (void)bus_teardown_intr(dev, qb->qb_ih, in qat_detach()
537 (void)bus_teardown_intr(dev, sc->sc_ih, sc->sc_ih_cookie); in qat_detach()
/freebsd/sys/dev/smc/
H A Dif_smc.c443 bus_teardown_intr(sc->smc_dev, sc->smc_irq, sc->smc_ih); in smc_detach()
/freebsd/sys/dev/vnic/
H A Dnic_main.c1081 bus_teardown_intr(nic->dev, in nic_free_all_interrupts()
/freebsd/sys/dev/tpm/
H A Dtpm.c267 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in tpm_detach()
/freebsd/sys/dev/ichiic/
H A Dig4_iic.c1095 bus_teardown_intr(sc->dev, sc->intr_res, sc->intr_handle); in ig4iic_detach()
/freebsd/sys/dev/ena/
H A Dena.c1904 rcc = bus_teardown_intr(adapter->pdev, irq->res, in ena_request_io_irq()
1942 rc = bus_teardown_intr(adapter->pdev, irq->res, irq->cookie); in ena_free_mgmnt_irq()
1972 rc = bus_teardown_intr(adapter->pdev, irq->res, in ena_free_io_irq()
/freebsd/sys/dev/hifn/
H A Dhifn7751.c592 bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand); in hifn_attach()
642 bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand); in hifn_detach()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1056 bus_teardown_intr(sc->sc_dev, sc->sc_intr[j], in safexcel_setup_dev_interrupts()
1068 bus_teardown_intr(sc->sc_dev, sc->sc_intr[i], in safexcel_teardown_dev_interrupts()

1...<<111213141516