Home
last modified time | relevance | path

Searched refs:et_stop (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/sys/
H A Dtimeet.h78 et_stop_t *et_stop; member
100 int et_stop(struct eventtimer *et);
/f-stack/freebsd/kern/
H A Dkern_et.c209 et_stop(struct eventtimer *et) in et_stop() function
214 if (et->et_stop) in et_stop()
215 return (et->et_stop(et)); in et_stop()
H A Dkern_clocksource.c461 et_stop(timer);
529 et_stop(timer);
/f-stack/freebsd/mips/ingenic/
H A Djz4780_timer.c224 sc->et.et_stop = jz4780_timer_stop; in jz4780_timer_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c261 sc->st[DEFAULT_TIMER].et.et_stop = bcm_systimer_stop; in bcm_systimer_attach()
/f-stack/freebsd/mips/nlm/
H A Dtick.c362 sc->et.et_stop = clock_stop; in clock_attach()
/f-stack/freebsd/arm/versatile/
H A Dsp804.c277 sc->et.et_stop = sp804_timer_stop; in sp804_timer_attach()
/f-stack/freebsd/mips/mips/
H A Dtick.c377 sc->et.et_stop = clock_stop; in clock_attach()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtimer.c202 sc->func.et.et_stop = am335x_dmtimer_et_stop; in am335x_dmtimer_et_init()
/f-stack/freebsd/arm/arm/
H A Dmpcore_timer.c356 sc->et.et_stop = arm_tmr_stop; in attach_et()
H A Dgeneric_timer.c483 sc->et.et_stop = arm_tmr_stop; in arm_tmr_attach()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_gpt.c271 sc->et.et_stop = imx_gpt_timer_stop; in imx_gpt_attach()
H A Dimx_epit.c331 sc->et.et_stop = epit_et_stop; in epit_et_attach()
/f-stack/freebsd/arm/allwinner/
H A Da10_timer.c317 sc->et.et_stop = a10_timer_timer_stop; in a10_timer_eventtimer_setup()
/f-stack/freebsd/x86/isa/
H A Datrtc.c483 sc->et.et_stop = rtc_stop; in atrtc_attach()
H A Dclock.c615 sc->et.et_stop = attimer_stop; in attimer_attach()
/f-stack/freebsd/arm/mv/
H A Dtimer.c258 sc->et.et_stop = mv_timer_stop; in mv_timer_attach()
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c572 lapic_et.et_stop = lapic_et_stop; in native_lapic_init()