Home
last modified time | relevance | path

Searched refs:inthandle (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/freescale/imx/
H A Dimx_spi.c127 void *inthandle; member
481 if (sc->inthandle != NULL) in spi_detach()
482 bus_teardown_intr(sc->dev, sc->intres, sc->inthandle); in spi_detach()
531 NULL, spi_intr, sc, &sc->inthandle); in spi_attach()
H A Dimx_epit.c98 void * inthandle; member
312 epit_intr, NULL, sc, &sc->inthandle); in epit_et_attach()