Searched refs:intrhand (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_ts.c | 98 void * intrhand; member 168 &sc->intrhand)) { in aw_ts_attach()
|
| H A D | aw_spi.c | 150 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 D | aw_cir.c | 150 void * intrhand; member 473 &sc->intrhand)) { in aw_ir_attach()
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_gpio_v2.c | 82 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 D | mtk_gpio_v1.c | 96 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 D | rk_spi.c | 110 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 D | rk_i2c.c | 128 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 D | jz4780_gpio.c | 88 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()
|