Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimeet.h75 et_start_t *et_start; member
97 int et_start(struct eventtimer *et, sbintime_t first, sbintime_t period);
/freebsd/sys/kern/
H A Dkern_et.c68 KASSERT(et->et_start, ("et_register: timer has no start function")); in et_register()
179 et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in et_start() function
201 return (et->et_start(et, first, period)); in et_start()
H A Dkern_clocksource.c402 et_start(timer, new, timerperiod);
411 et_start(timer, new - now, 0);
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c185 vmbus_et.et_start = vmbus_et_start; in vmbus_et_attach()
/freebsd/sys/powerpc/powerpc/
H A Dclock.c228 decr_et.et_start = decr_et_start; in decr_tc_init()
/freebsd/sys/riscv/riscv/
H A Dtimer.c252 sc->et.et_start = riscv_timer_et_start; in riscv_timer_attach()
/freebsd/sys/arm/arm/
H A Dsp804.c270 sc->et.et_start = sp804_timer_start; in sp804_timer_attach()
H A Dmpcore_timer.c352 sc->et.et_start = arm_tmr_start; in attach_et()
H A Dgeneric_timer.c765 sc->et.et_start = arm_tmr_start; in arm_tmr_attach()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c198 sc->func.et.et_start = am335x_dmtimer_et_start; in am335x_dmtimer_et_init()
/freebsd/sys/arm/freescale/imx/
H A Dimx_epit.c328 sc->et.et_start = epit_et_start; in epit_et_attach()
H A Dimx_gpt.c266 sc->et.et_start = imx_gpt_timer_start; in imx_gpt_attach()
/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c404 sc->et.et_start = xentimer_et_start; in xentimer_attach()
/freebsd/sys/arm/allwinner/
H A Da10_timer.c310 sc->et.et_start = a10_timer_timer_start; in a10_timer_eventtimer_setup()
/freebsd/sys/x86/isa/
H A Dclock.c618 sc->et.et_start = attimer_start; in attimer_attach()
H A Datrtc.c514 sc->et.et_start = rtc_start; in atrtc_attach()
/freebsd/sys/arm/mv/
H A Dtimer.c254 sc->et.et_start = mv_timer_start; in mv_timer_attach()
/freebsd/sys/dev/et/
H A Dif_et.c101 static void et_start(if_t);
321 if_setstartfn(ifp, et_start); in et_attach()
1435 et_start(if_t ifp) in et_start() function
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c809 t->et.et_start = hpet_start; in hpet_attach()
/freebsd/sys/x86/x86/
H A Dlocal_apic.c504 lapic_et.et_start = lapic_et_start; in lapic_init()