Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimeet.h77 et_start_t *et_start; member
99 int et_start(struct eventtimer *et, sbintime_t first, sbintime_t period);
/f-stack/freebsd/kern/
H A Dkern_et.c71 KASSERT(et->et_start, ("et_register: timer has no start function")); in et_register()
182 et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in et_start() function
204 return (et->et_start(et, first, period)); in et_start()
H A Dkern_clocksource.c406 et_start(timer, new, timerperiod);
415 et_start(timer, new - now, 0);
/f-stack/freebsd/mips/ingenic/
H A Djz4780_timer.c223 sc->et.et_start = jz4780_timer_start; in jz4780_timer_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c260 sc->st[DEFAULT_TIMER].et.et_start = bcm_systimer_start; in bcm_systimer_attach()
/f-stack/freebsd/mips/nlm/
H A Dtick.c361 sc->et.et_start = clock_start; in clock_attach()
/f-stack/freebsd/arm/versatile/
H A Dsp804.c276 sc->et.et_start = sp804_timer_start; in sp804_timer_attach()
/f-stack/freebsd/mips/mips/
H A Dtick.c376 sc->et.et_start = clock_start; in clock_attach()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtimer.c201 sc->func.et.et_start = am335x_dmtimer_et_start; in am335x_dmtimer_et_init()
/f-stack/freebsd/arm/arm/
H A Dmpcore_timer.c355 sc->et.et_start = arm_tmr_start; in attach_et()
H A Dgeneric_timer.c482 sc->et.et_start = arm_tmr_start; in arm_tmr_attach()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_gpt.c270 sc->et.et_start = imx_gpt_timer_start; in imx_gpt_attach()
H A Dimx_epit.c330 sc->et.et_start = epit_et_start; in epit_et_attach()
/f-stack/freebsd/arm/allwinner/
H A Da10_timer.c316 sc->et.et_start = a10_timer_timer_start; in a10_timer_eventtimer_setup()
/f-stack/freebsd/x86/isa/
H A Datrtc.c482 sc->et.et_start = rtc_start; in atrtc_attach()
H A Dclock.c614 sc->et.et_start = attimer_start; in attimer_attach()
/f-stack/freebsd/arm/mv/
H A Dtimer.c257 sc->et.et_start = mv_timer_start; in mv_timer_attach()
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c571 lapic_et.et_start = lapic_et_start; in native_lapic_init()