Home
last modified time | relevance | path

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

/freebsd/sys/dev/xilinx/
H A Dif_xaevar.h64 struct callout xae_callout; member
H A Dif_xae.c555 callout_stop(&sc->xae_callout); in xae_stop_locked()
642 callout_reset(&sc->xae_callout, hz, xae_tick, sc); in xae_tick()
671 callout_reset(&sc->xae_callout, hz, xae_tick, sc); in xae_init_locked()
1228 callout_init_mtx(&sc->xae_callout, &sc->mtx, 0); in xae_attach()
1286 callout_drain(&sc->xae_callout); in xae_detach()