Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx_spi.c129 void *inthandle; member
486 if (sc->inthandle != NULL) in spi_detach()
487 bus_teardown_intr(sc->dev, sc->intres, sc->inthandle); in spi_detach()
536 NULL, spi_intr, sc, &sc->inthandle); in spi_attach()
H A Dimx_epit.c100 void * inthandle; member
314 epit_intr, NULL, sc, &sc->inthandle); in epit_et_attach()