Home
last modified time | relevance | path

Searched refs:stat_ch (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/fxp/
Dif_fxpvar.h207 struct callout stat_ch; /* stat callout */ member
Dif_fxp.c446 callout_init_mtx(&sc->stat_ch, &sc->sc_mtx, 0); in fxp_attach()
1026 callout_drain(&sc->stat_ch); in fxp_detach()
2182 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_tick()
2202 callout_stop(&sc->stat_ch); in fxp_stop()
2578 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_init_body()
/freebsd-12-stable/sys/dev/usb/wlan/
Dif_uathvar.h217 struct callout stat_ch; member
Dif_uath.c348 callout_init(&sc->stat_ch, 0); in uath_attach()
503 callout_drain(&sc->stat_ch); in uath_detach()
1159 callout_stop(&sc->stat_ch); in uath_stop()
2002 callout_stop(&sc->stat_ch); in uath_newstate()
2072 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_newstate()
2323 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_cmdeof()
/freebsd-12-stable/sys/arm/allwinner/
Dif_awg.c202 struct callout stat_ch; member
663 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_tick()
805 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_init_locked()
831 callout_stop(&sc->stat_ch); in awg_stop()
1886 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in awg_attach()