Searched refs:intrhand (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtc.c74 void *intrhand; /* Interrupt handle */ member in struct:at91_rtc_softc
165 at91_rtc_intr, NULL, sc, &sc->intrhand);
233 if (sc->intrhand)
234 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
235 sc->intrhand = NULL;
H A Dat91_ssc.c45 void *intrhand; /* Interrupt handle */ member in struct:at91_ssc_softc
128 NULL, at91_ssc_intr, sc, &sc->intrhand);
194 if (sc->intrhand)
195 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
196 sc->intrhand = NULL;
H A Dat91_rst.c61 void *intrhand; /* Interrupt handle */ member in struct:at91_rst_softc
149 at91_rst_intr, NULL, sc, &sc->intrhand);
H A Dif_macbvar.h74 void *intrhand; /* Interrupt handle */ member in struct:macb_softc
H A Dat91_twi.c64 void *intrhand; /* Interrupt handle */ member in struct:at91_twi_softc
150 NULL, at91_twi_intr, sc, &sc->intrhand);
217 if (sc->intrhand)
218 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
219 sc->intrhand = NULL;
H A Dat91_spi.c65 void *intrhand; /* Interrupt handle */ member in struct:at91_spi_softc
228 NULL, at91_spi_intr, sc, &sc->intrhand);
265 if (sc->intrhand)
266 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
267 sc->intrhand = NULL;
H A Dat91_wdt.c62 void *intrhand; member in struct:wdt_softc
199 NULL, sc, &sc->intrhand);
H A Dat91_pio.c64 void *intrhand; /* Interrupt handle */ member in struct:at91_pio_softc
187 NULL, at91_pio_intr, sc, &sc->intrhand);
241 if (sc->intrhand)
242 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
243 sc->intrhand = NULL;
H A Dat91_pit.c64 void *intrhand; /* Interrupt handle */ member in struct:pit_softc
H A Dat91_aic.c56 void *intrhand; /* Interrupt handle */ member in struct:aic_softc
H A Dat91_mci.c135 void *intrhand; /* Interrupt handle */ member in struct:at91_mci_softc
411 NULL, at91_mci_intr, sc, &sc->intrhand);
517 if (sc->intrhand)
518 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
519 sc->intrhand = NULL;
H A Dif_ate.c159 void *intrhand; /* Interrupt handle */ member in struct:ate_softc
419 NULL, ate_intr, sc, &sc->intrhand);
455 if (sc->intrhand != NULL) {
456 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
457 sc->intrhand = NULL;
/freebsd-11-stable/sys/dev/xe/
H A Dif_xevar.h48 void *intrhand; member in struct:xe_softc
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_ts.c100 void * intrhand; member in struct:aw_ts_softc
170 &sc->intrhand)) {
/freebsd-11-stable/sys/dev/sn/
H A Dif_snvar.h41 void *intrhand; member in struct:sn_softc
H A Dif_sn.c224 &sc->intrhand)) != 0) {
1247 if (sc->intrhand)
1248 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
1249 sc->intrhand = 0;
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_gpio_v1.c96 void *intrhand; member in struct:mtk_gpio_softc
317 mtk_gpio_intr, NULL, sc, &sc->intrhand) != 0)
328 if(sc->intrhand != NULL)
329 bus_teardown_intr(dev, sc->res[1], sc->intrhand);
343 if (sc->intrhand != NULL)
344 bus_teardown_intr(dev, sc->res[1], sc->intrhand);
H A Dmtk_gpio_v2.c82 void *intrhand; member in struct:mtk_gpio_softc
308 mtk_gpio_intr, NULL, sc, &sc->intrhand) != 0)
319 if(sc->intrhand != NULL)
320 bus_teardown_intr(dev, sc->res[1], sc->intrhand);
334 if (sc->intrhand != NULL)
335 bus_teardown_intr(dev, sc->res[1], sc->intrhand);
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci_fdt.c68 void *intrhand; /* Interrupt handle */ member in struct:sdhci_fdt_softc
256 NULL, sdhci_fdt_intr, sc, &sc->intrhand);
276 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
H A Dsdhci_acpi.c104 void *intrhand; /* Interrupt handle */ member in struct:sdhci_acpi_softc
339 NULL, sdhci_acpi_intr, sc, &sc->intrhand);
357 if (sc->intrhand)
358 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
H A Dsdhci_pci.c155 void *intrhand; /* Interrupt handle */ member in struct:sdhci_pci_softc
396 NULL, sdhci_pci_intr, sc, &sc->intrhand);
413 bus_teardown_intr(dev, sc->irq_res, sc->intrhand);
/freebsd-11-stable/sys/dev/ae/
H A Dif_aevar.h110 void *intrhand; member in struct:ae_softc
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ecevar.h120 void *intrhand; /* Interrupt handle */ member in struct:ece_softc
/freebsd-11-stable/sys/dev/adlink/
H A Dadlink.c104 void *intrhand; member in struct:softc
379 adlink_intr, NULL, sc, &sc->intrhand);
384 NULL, (driver_intr_t *)adlink_intr, sc, &sc->intrhand);
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbbvar.h62 void *intrhand; member in struct:cbb_softc

Completed in 224 milliseconds

12