Home
last modified time | relevance | path

Searched refs:intrhand (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/arm/allwinner/
H A Daw_ts.c98 void * intrhand; member
168 &sc->intrhand)) { in aw_ts_attach()
H A Daw_spi.c150 void * intrhand; member
206 &sc->intrhand)) { in aw_spi_attach()
270 if (sc->intrhand != NULL) in aw_spi_detach()
271 bus_teardown_intr(sc->dev, sc->res[1], sc->intrhand); in aw_spi_detach()
H A Daw_cir.c150 void * intrhand; member
473 &sc->intrhand)) { in aw_ir_attach()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_gpio_v2.c82 void *intrhand; member
308 mtk_gpio_intr, NULL, sc, &sc->intrhand) != 0) in mtk_gpio_attach()
319 if(sc->intrhand != NULL) in mtk_gpio_attach()
320 bus_teardown_intr(dev, sc->res[1], sc->intrhand); in mtk_gpio_attach()
334 if (sc->intrhand != NULL) in mtk_gpio_detach()
335 bus_teardown_intr(dev, sc->res[1], sc->intrhand); in mtk_gpio_detach()
H A Dmtk_gpio_v1.c96 void *intrhand; member
318 mtk_gpio_intr, NULL, sc, &sc->intrhand) != 0) in mtk_gpio_attach()
329 if(sc->intrhand != NULL) in mtk_gpio_attach()
330 bus_teardown_intr(dev, sc->res[1], sc->intrhand); in mtk_gpio_attach()
344 if (sc->intrhand != NULL) in mtk_gpio_detach()
345 bus_teardown_intr(dev, sc->res[1], sc->intrhand); in mtk_gpio_detach()
/f-stack/freebsd/arm64/rockchip/
H A Drk_spi.c110 void * intrhand; member
305 &sc->intrhand)) { in rk_spi_attach()
369 if (sc->intrhand != NULL) in rk_spi_detach()
370 bus_teardown_intr(sc->dev, sc->res[1], sc->intrhand); in rk_spi_detach()
H A Drk_i2c.c128 void * intrhand; member
585 &sc->intrhand)) { in rk_i2c_attach()
655 if (sc->intrhand != NULL) in rk_i2c_detach()
656 bus_teardown_intr(sc->dev, sc->res[1], sc->intrhand); in rk_i2c_detach()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_gpio.c88 void *intrhand; member
356 jz4780_gpio_intr, NULL, sc, &sc->intrhand) != 0) in jz4780_gpio_attach()
367 if (sc->intrhand != NULL) in jz4780_gpio_attach()
368 bus_teardown_intr(dev, sc->res[1], sc->intrhand); in jz4780_gpio_attach()