Searched refs:et_stop (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dtimeet.h78 et_stop_t *et_stop; member in struct:eventtimer
100 int et_stop(struct eventtimer *et);
/freebsd-13-stable/sys/kern/
H A Dkern_et.c209 et_stop(struct eventtimer *et) function
214 if (et->et_stop)
215 return (et->et_stop(et));
H A Dkern_clocksource.c461 et_stop(timer);
529 et_stop(timer);
/freebsd-13-stable/sys/mips/nlm/
H A Dtick.c362 sc->et.et_stop = clock_stop;
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_timer.c224 sc->et.et_stop = jz4780_timer_stop;
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dclock.c232 decr_et.et_stop = decr_et_stop;
/freebsd-13-stable/sys/riscv/riscv/
H A Dtimer.c235 sc->et.et_stop = riscv_timer_stop;
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c261 sc->st[DEFAULT_TIMER].et.et_stop = bcm_systimer_stop;
/freebsd-13-stable/sys/dev/et/
H A Dif_et.c136 static void et_stop(struct et_softc *);
379 et_stop(sc);
416 et_stop(sc);
653 et_stop(struct et_softc *sc) function
1235 et_stop(sc);
1273 et_stop(sc);
1312 et_stop(sc);
2720 et_stop(sc);
/freebsd-13-stable/sys/dev/xen/timer/
H A Dtimer.c410 sc->et.et_stop = xentimer_et_stop;
/freebsd-13-stable/sys/mips/mips/
H A Dtick.c377 sc->et.et_stop = clock_stop;
/freebsd-13-stable/sys/arm/arm/
H A Dmpcore_timer.c356 sc->et.et_stop = arm_tmr_stop;
H A Dgeneric_timer.c483 sc->et.et_stop = arm_tmr_stop;
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx_epit.c331 sc->et.et_stop = epit_et_stop;
H A Dimx_gpt.c271 sc->et.et_stop = imx_gpt_timer_stop;
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c202 sc->func.et.et_stop = am335x_dmtimer_et_stop;
/freebsd-13-stable/sys/arm/versatile/
H A Dsp804.c277 sc->et.et_stop = sp804_timer_stop;
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_timer.c317 sc->et.et_stop = a10_timer_timer_stop;
/freebsd-13-stable/sys/arm/mv/
H A Dtimer.c258 sc->et.et_stop = mv_timer_stop;
/freebsd-13-stable/sys/x86/isa/
H A Datrtc.c483 sc->et.et_stop = rtc_stop;
H A Dclock.c615 sc->et.et_stop = attimer_stop;
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_hpet.c795 t->et.et_stop = hpet_stop;
/freebsd-13-stable/sys/x86/x86/
H A Dlocal_apic.c572 lapic_et.et_stop = lapic_et_stop;
/freebsd-13-stable/share/man/man9/
H A DMakefile1055 eventtimers.9 et_stop.9

Completed in 308 milliseconds