Searched refs:irq_cookie (Results 1 – 9 of 9) sorted by relevance
/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 | 173 void *irq_cookie; member 691 sc->irq_cookie = 0; in iichid_setup_interrupt() 694 INTR_TYPE_TTY|INTR_MPSAFE, NULL, iichid_intr, sc, &sc->irq_cookie); in iichid_setup_interrupt() 706 if (sc->irq_cookie) in iichid_teardown_interrupt() 707 bus_teardown_intr(sc->dev, sc->irq_res, sc->irq_cookie); in iichid_teardown_interrupt() 709 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() 1003 bus_teardown_intr(dev, sc->irq_res, sc->irq_cookie); in sdhci_fsl_fdt_attach() 1021 if (sc->irq_cookie != NULL) in sdhci_fsl_fdt_detach() 1022 bus_teardown_intr(dev, sc->irq_res, sc->irq_cookie); in sdhci_fsl_fdt_detach()
|
/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 | 108 void *irq_cookie; member 308 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
|