| /trueos/sys/arm/at91/ |
| HD | at91_st.c | 53 void * sc_intrhand; member 168 if (sc->sc_intrhand) in at91_st_deactivate() 169 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intrhand); in at91_st_deactivate() 170 sc->sc_intrhand = NULL; in at91_st_deactivate() 208 NULL, NULL, &sc->sc_intrhand); in at91_st_activate()
|
| /trueos/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_dma.c | 140 void * sc_intrhand[BCM_DMA_CH_MAX]; member 664 sc->sc_intrhand[i] = NULL; in bcm_dma_attach() 686 &sc->sc_intrhand[rid])) { in bcm_dma_attach() 707 if (sc->sc_intrhand[i]) in bcm_dma_attach() 708 bus_teardown_intr(dev, sc->sc_irq[i], sc->sc_intrhand[i]); in bcm_dma_attach()
|
| HD | bcm2835_spivar.h | 57 void * sc_intrhand; member
|
| HD | bcm2835_bscvar.h | 53 void * sc_intrhand; member
|
| HD | bcm2835_sdhci.c | 83 void * sc_intrhand; member 194 NULL, bcm_sdhci_intr, sc, &sc->sc_intrhand)) { in bcm_sdhci_attach() 254 if (sc->sc_intrhand) in bcm_sdhci_attach() 255 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intrhand); in bcm_sdhci_attach()
|
| HD | bcm2835_spi.c | 291 NULL, bcm_spi_intr, sc, &sc->sc_intrhand)) { in bcm_spi_attach() 334 if (sc->sc_intrhand) in bcm_spi_detach() 335 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intrhand); in bcm_spi_detach()
|
| HD | bcm2835_bsc.c | 283 NULL, bcm_bsc_intr, sc, &sc->sc_intrhand)) { in bcm_bsc_attach() 317 if (sc->sc_intrhand) in bcm_bsc_detach() 318 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intrhand); in bcm_bsc_detach()
|
| HD | bcm2835_gpio.c | 81 void * sc_intrhand; member
|
| /trueos/sys/arm/ti/ |
| HD | ti_adcvar.h | 44 void *sc_intrhand; member
|
| HD | ti_adc.c | 505 NULL, ti_adc_intr, sc, &sc->sc_intrhand) != 0) { in ti_adc_attach() 566 if (sc->sc_intrhand) in ti_adc_detach() 567 bus_teardown_intr(dev, sc->sc_irq_res, sc->sc_intrhand); in ti_adc_detach()
|
| /trueos/sys/dev/hifn/ |
| HD | hifn7751var.h | 141 void *sc_intrhand; /* interrupt handle */ member
|
| HD | hifn7751.c | 532 NULL, hifn_intr, sc, &sc->sc_intrhand)) { in hifn_attach() 599 bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand); in hifn_attach() 650 bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand); in hifn_detach()
|
| /trueos/sys/arm/allwinner/ |
| HD | a10_gpio.c | 83 void * sc_intrhand; member
|
| /trueos/sys/dev/txp/ |
| HD | if_txpreg.h | 666 void *sc_intrhand; member
|
| HD | if_txp.c | 463 txp_intr, NULL, sc, &sc->sc_intrhand); in txp_attach() 500 if (sc->sc_intrhand != NULL) in txp_detach() 501 bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand); in txp_detach()
|
| /trueos/sys/arm/rockchip/ |
| HD | rk30xx_gpio.c | 84 void * sc_intrhand; member
|