Searched refs:intr_cookie (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_sdhci.c | 106 void * intr_cookie; member 379 NULL, tegra_sdhci_intr, sc, &sc->intr_cookie)) { in tegra_sdhci_attach() 401 if (sc->intr_cookie != NULL) in tegra_sdhci_attach() 402 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in tegra_sdhci_attach() 426 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in tegra_sdhci_detach()
|
| H A D | tegra_pcie.c | 342 void *intr_cookie; member 1546 tegra_pci_intr, NULL, sc, &sc->intr_cookie)) { in tegra_pcib_attach()
|
| /f-stack/freebsd/arm64/qoriq/ |
| H A D | qoriq_dw_pci.c | 75 void *intr_cookie; member 230 qorif_dw_pci_intr, NULL, sc, &sc->intr_cookie)) { in qorif_dw_pci_attach()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_sdhci.c | 74 void * intr_cookie; member 588 NULL, ti_sdhci_intr, sc, &sc->intr_cookie)) { in ti_sdhci_attach() 699 if (sc->intr_cookie) in ti_sdhci_attach() 700 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in ti_sdhci_attach()
|
| /f-stack/freebsd/arm64/iommu/ |
| H A D | smmuvar.h | 140 void *intr_cookie[3]; member
|
| H A D | smmu.c | 1168 smmu_event_intr, NULL, sc, &sc->intr_cookie[0]); in smmu_setup_interrupts() 1175 smmu_gerr_intr, NULL, sc, &sc->intr_cookie[2]); in smmu_setup_interrupts()
|