| /freebsd-12-stable/sys/dev/xen/xenpci/ |
| D | xenpci.c | 75 &scp->intr_cookie); in xenpci_irq_init() 202 if (scp->intr_cookie != NULL) { in xenpci_detach() 204 scp->res_irq, scp->intr_cookie) != 0) in xenpci_detach() 207 scp->intr_cookie = NULL; in xenpci_detach()
|
| D | xenpcivar.h | 38 void *intr_cookie; member
|
| /freebsd-12-stable/sys/arm/nvidia/ |
| D | tegra_sdhci.c | 105 void * intr_cookie; member 295 NULL, tegra_sdhci_intr, sc, &sc->intr_cookie)) { in tegra_sdhci_attach() 389 if (sc->intr_cookie != NULL) in tegra_sdhci_attach() 390 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in tegra_sdhci_attach() 414 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in tegra_sdhci_detach()
|
| /freebsd-12-stable/sys/dev/pcf/ |
| D | envctrl.c | 141 NULL, pcf_intr, sc, &sc->intr_cookie); in envctrl_attach() 183 bus_teardown_intr(dev, sc->res_irq, sc->intr_cookie); in envctrl_detach()
|
| D | pcf_isa.c | 160 NULL, pcf_intr, sc, &sc->intr_cookie); in pcf_isa_attach() 203 bus_teardown_intr(dev, sc->res_irq, sc->intr_cookie); in pcf_isa_detach()
|
| D | pcf_ebus.c | 200 &sc->intr_cookie); in pcf_ebus_attach() 244 sc->intr_cookie); in pcf_ebus_detach()
|
| D | pcfvar.h | 79 void *intr_cookie; member
|
| /freebsd-12-stable/sys/arm/ti/ |
| D | ti_sdhci.c | 74 void * intr_cookie; member 584 NULL, ti_sdhci_intr, sc, &sc->intr_cookie)) { in ti_sdhci_attach() 691 if (sc->intr_cookie) in ti_sdhci_attach() 692 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in ti_sdhci_attach()
|
| /freebsd-12-stable/sys/dev/ppbus/ |
| D | ppi.c | 78 void *intr_cookie; /* interrupt registration cookie */ member 179 &ppi->intr_cookie); in ppi_attach() 212 bus_teardown_intr(dev, ppi->intr_resource, ppi->intr_cookie); in ppi_detach()
|
| D | pps.c | 55 void *intr_cookie; /* interrupt registration cookie */ member 128 sc, &sc->intr_cookie); in ppsattach()
|
| /freebsd-12-stable/sys/dev/tpm/ |
| D | tpm_tis.c | 140 NULL, tpmtis_intr_handler, sc, &sc->intr_cookie)) in tpmtis_attach() 167 if (sc->intr_cookie != NULL) in tpmtis_detach() 168 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in tpmtis_detach()
|
| D | tpmvar.h | 49 void *intr_cookie; member
|
| D | tpm20.h | 117 void *intr_cookie; member
|
| D | tpm.c | 296 tpm_intr, sc, &sc->intr_cookie) != 0) { in tpm_attach() 314 if(sc->intr_cookie){ in tpm_detach() 315 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in tpm_detach()
|
| /freebsd-12-stable/sys/dev/pci/ |
| D | pci_dw_mv.c | 95 void *intr_cookie; member 297 pci_mv_intr, NULL, sc, &sc->intr_cookie)) { in pci_mv_attach()
|
| /freebsd-12-stable/sys/dev/xilinx/ |
| D | if_xaevar.h | 57 void * intr_cookie; member
|
| /freebsd-12-stable/sys/dev/sdhci/ |
| D | fsl_sdhci.c | 84 void * intr_cookie; member 817 if (sc->intr_cookie != NULL) in fsl_sdhci_detach() 818 bus_teardown_intr(dev, sc->irq_res, sc->intr_cookie); in fsl_sdhci_detach() 868 NULL, fsl_sdhci_intr, sc, &sc->intr_cookie)) { in fsl_sdhci_attach()
|
| /freebsd-12-stable/sys/dev/dwc/ |
| D | if_dwcvar.h | 67 void * intr_cookie; member
|
| /freebsd-12-stable/sys/dev/mmc/host/ |
| D | dwmmc_var.h | 53 void *intr_cookie; member
|
| D | dwmmc.c | 655 NULL, dwmmc_intr, sc, &sc->intr_cookie); in dwmmc_attach() 748 if (sc->intr_cookie != NULL) { in dwmmc_detach() 749 ret = bus_teardown_intr(dev, sc->res[1], sc->intr_cookie); in dwmmc_detach()
|
| /freebsd-12-stable/sys/dev/gpio/ |
| D | gpioc.c | 78 void *intr_cookie; member 213 intr_conf, &intr_conf->intr_cookie); in gpioc_allocate_pin_intr() 235 if (intr_conf->intr_cookie != NULL) { in gpioc_release_pin_intr() 237 intr_conf->intr_res, intr_conf->intr_cookie); in gpioc_release_pin_intr() 241 intr_conf->intr_cookie = NULL; in gpioc_release_pin_intr()
|
| /freebsd-12-stable/sys/dev/ppc/ |
| D | ppcreg.h | 114 void *intr_cookie; member
|
| /freebsd-12-stable/share/examples/drivers/ |
| D | make_device_driver.sh | 722 if (scp->intr_cookie != NULL) { 724 scp->res_irq, scp->intr_cookie) != 0) 726 scp->intr_cookie = NULL;
|
| /freebsd-12-stable/sys/dev/ffec/ |
| D | if_ffec.c | 159 void * intr_cookie[MAX_IRQ_COUNT]; member 1448 if (sc->intr_cookie[irq] != NULL) { in ffec_detach() 1450 sc->intr_cookie[irq]); in ffec_detach() 1692 &sc->intr_cookie[irq]); in ffec_attach()
|
| /freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/ |
| D | agtiapi.h | 264 void *intr_cookie; member
|