Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimeet.h76 et_stop_t *et_stop; member
98 int et_stop(struct eventtimer *et);
/freebsd/sys/kern/
H A Dkern_et.c206 et_stop(struct eventtimer *et) in et_stop() function
211 if (et->et_stop) in et_stop()
212 return (et->et_stop(et)); in et_stop()
H A Dkern_clocksource.c457 et_stop(timer);
525 et_stop(timer);
/freebsd/sys/powerpc/powerpc/
H A Dclock.c229 decr_et.et_stop = decr_et_stop; in decr_tc_init()
/freebsd/sys/riscv/riscv/
H A Dtimer.c251 sc->et.et_stop = riscv_timer_et_stop; in riscv_timer_attach()
/freebsd/sys/dev/et/
H A Dif_et.c133 static void et_stop(struct et_softc *);
373 et_stop(sc); in et_detach()
410 et_stop(sc); in et_shutdown()
647 et_stop(struct et_softc *sc) in et_stop() function
1227 et_stop(sc); in et_init_locked()
1265 et_stop(sc); in et_init_locked()
1304 et_stop(sc); in et_ioctl()
2708 et_stop(sc); in et_suspend()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c258 sc->st[DEFAULT_TIMER].et.et_stop = bcm_systimer_stop; in bcm_systimer_attach()
/freebsd/sys/arm/arm/
H A Dsp804.c271 sc->et.et_stop = sp804_timer_stop; in sp804_timer_attach()
H A Dmpcore_timer.c353 sc->et.et_stop = arm_tmr_stop; in attach_et()
H A Dgeneric_timer.c764 sc->et.et_stop = arm_tmr_stop; in arm_tmr_attach()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c199 sc->func.et.et_stop = am335x_dmtimer_et_stop; in am335x_dmtimer_et_init()
/freebsd/sys/arm/freescale/imx/
H A Dimx_epit.c329 sc->et.et_stop = epit_et_stop; in epit_et_attach()
H A Dimx_gpt.c267 sc->et.et_stop = imx_gpt_timer_stop; in imx_gpt_attach()
/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c405 sc->et.et_stop = xentimer_et_stop; in xentimer_attach()
/freebsd/sys/arm/allwinner/
H A Da10_timer.c311 sc->et.et_stop = a10_timer_timer_stop; in a10_timer_eventtimer_setup()
/freebsd/sys/x86/isa/
H A Dclock.c619 sc->et.et_stop = attimer_stop; in attimer_attach()
H A Datrtc.c515 sc->et.et_stop = rtc_stop; in atrtc_attach()
/freebsd/sys/arm/mv/
H A Dtimer.c255 sc->et.et_stop = mv_timer_stop; in mv_timer_attach()
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c810 t->et.et_stop = hpet_stop; in hpet_attach()
/freebsd/sys/x86/x86/
H A Dlocal_apic.c505 lapic_et.et_stop = lapic_et_stop; in lapic_init()
/freebsd/share/man/man9/
H A DMakefile1100 eventtimers.9 et_stop.9