Searched refs:sc_intrhand (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/arm/at91/
H A Dat91_st.c53 void * sc_intrhand; member in struct:at91_st_softc
168 if (sc->sc_intrhand)
169 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intrhand);
170 sc->sc_intrhand = NULL;
208 NULL, NULL, &sc->sc_intrhand);
/freebsd-10.0-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_dma.c141 void * sc_intrhand[BCM_DMA_CH_MAX]; member in struct:bcm_dma_softc
662 sc->sc_intrhand[i] = NULL;
684 &sc->sc_intrhand[rid])) {
705 if (sc->sc_intrhand[i])
706 bus_teardown_intr(dev, sc->sc_irq[i], sc->sc_intrhand[i]);
H A Dbcm2835_sdhci.c108 void * sc_intrhand; member in struct:bcm_sdhci_softc
207 NULL, bcm_sdhci_intr, sc, &sc->sc_intrhand))
269 if (sc->sc_intrhand)
270 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intrhand);
H A Dbcm2835_gpio.c84 void * sc_intrhand; member in struct:bcm_gpio_softc
/freebsd-10.0-release/sys/dev/hifn/
H A Dhifn7751var.h141 void *sc_intrhand; /* interrupt handle */ member in struct:hifn_softc
H A Dhifn7751.c532 NULL, hifn_intr, sc, &sc->sc_intrhand)) {
599 bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand);
650 bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand);
/freebsd-10.0-release/sys/arm/allwinner/
H A Da10_gpio.c83 void * sc_intrhand; member in struct:a10_gpio_softc
/freebsd-10.0-release/sys/dev/txp/
H A Dif_txpreg.h666 void *sc_intrhand; member in struct:txp_softc
H A Dif_txp.c463 txp_intr, NULL, sc, &sc->sc_intrhand);
500 if (sc->sc_intrhand != NULL)
501 bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand);

Completed in 199 milliseconds