| /freebsd/sys/dev/mii/ |
| H A D | dp83822phy.c | 82 void *irq_cookie; member 139 NULL, dp_intr, sc, &sc->irq_cookie); in dp_attach() 174 bus_teardown_intr(dev, sc->irq_res, sc->irq_cookie); in dp_detach()
|
| H A D | dp83867phy.c | 97 void *irq_cookie; member 159 NULL, dp_intr, sc, &sc->irq_cookie); in dp_attach() 197 bus_teardown_intr(dev, sc->irq_res, sc->irq_cookie); in dp_detach()
|
| H A D | vscphy.c | 98 void *irq_cookie; member 295 NULL, vscphy_intr, vsc, &vsc->irq_cookie); in vscphy_attach() 322 bus_teardown_intr(dev, vsc->irq_res, vsc->irq_cookie); in vscphy_detach()
|
| /freebsd/sys/arm64/qoriq/ |
| H A D | qoriq_gpio_pic.c | 62 void *irq_cookie; member 360 qoriq_gpio_pic_intr, NULL, sc, &sc->irq_cookie); in qoriq_gpio_pic_attach() 398 if (sc->irq_cookie != NULL) in qoriq_gpio_pic_detach() 399 bus_teardown_intr(dev, sc->res_irq, sc->irq_cookie); in qoriq_gpio_pic_detach()
|
| /freebsd/sys/dev/iicbus/ |
| H A D | iichid.c | 177 void *irq_cookie; member 696 sc->irq_cookie = 0; in iichid_setup_interrupt() 699 INTR_TYPE_TTY|INTR_MPSAFE, NULL, iichid_intr, sc, &sc->irq_cookie); in iichid_setup_interrupt() 711 if (sc->irq_cookie) in iichid_teardown_interrupt() 712 bus_teardown_intr(sc->dev, sc->irq_res, sc->irq_cookie); in iichid_teardown_interrupt() 714 sc->irq_cookie = 0; in iichid_teardown_interrupt()
|
| /freebsd/sys/dev/sdhci/ |
| H A D | sdhci_fsl_fdt.c | 191 void *irq_cookie; member 914 NULL, sdhci_fsl_fdt_irq, sc, &sc->irq_cookie); in sdhci_fsl_fdt_attach() 1004 bus_teardown_intr(dev, sc->irq_res, sc->irq_cookie); in sdhci_fsl_fdt_attach() 1022 if (sc->irq_cookie != NULL) in sdhci_fsl_fdt_detach() 1023 bus_teardown_intr(dev, sc->irq_res, sc->irq_cookie); in sdhci_fsl_fdt_detach()
|
| /freebsd/sys/dev/dpaa/ |
| H A D | fman.h | 62 void *irq_cookie; member
|
| H A D | fman.c | 721 NULL, fman_intr, sc, &sc->irq_cookie) != 0) { in fman_attach()
|
| /freebsd/sys/powerpc/pseries/ |
| H A D | phyp_llan.c | 93 void *irq_cookie; member 191 INTR_ENTROPY, NULL, llan_intr, sc, &sc->irq_cookie); in llan_attach()
|
| H A D | phyp_vscsi.c | 107 void *irq_cookie; member 307 INTR_ENTROPY, NULL, vscsi_intr, sc, &sc->irq_cookie); in vscsi_attach()
|
| /freebsd/sys/dev/al_eth/ |
| H A D | al_eth.h | 240 void *irq_cookie; member
|
| /freebsd/sys/riscv/starfive/ |
| H A D | jh7110_pcie.c | 133 void *irq_cookie; member 694 bus_teardown_intr(dev, sc->irq_res, sc->irq_cookie); in jh7110_pcie_release_resources() 947 jh7110_pcie_intr, NULL, sc, &sc->irq_cookie); in jh7110_pcie_attach()
|