Home
last modified time | relevance | path

Searched refs:tsec_callout (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/tsec/
H A Dif_tsec_fdt.c209 callout_init(&sc->tsec_callout, 1); in tsec_fdt_attach()
326 callout_drain(&sc->tsec_callout); in tsec_fdt_detach()
H A Dif_tsec.h109 struct callout tsec_callout; member
H A Dif_tsec.c562 callout_reset(&sc->tsec_callout, hz, tsec_tick, sc); in tsec_init_locked()
1221 callout_stop(&sc->tsec_callout); in tsec_stop()
1269 callout_reset(&sc->tsec_callout, hz, tsec_tick, sc); in tsec_tick()