Searched refs:et_start (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/sys/ |
H A D | timeet.h | 75 et_start_t *et_start; member 97 int et_start(struct eventtimer *et, sbintime_t first, sbintime_t period);
|
/freebsd/sys/kern/ |
H A D | kern_et.c | 68 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 D | kern_clocksource.c | 402 et_start(timer, new, timerperiod); 411 et_start(timer, new - now, 0);
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_et.c | 185 vmbus_et.et_start = vmbus_et_start; in vmbus_et_attach()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | clock.c | 228 decr_et.et_start = decr_et_start; in decr_tc_init()
|
/freebsd/sys/riscv/riscv/ |
H A D | timer.c | 252 sc->et.et_start = riscv_timer_et_start; in riscv_timer_attach()
|
/freebsd/sys/arm/arm/ |
H A D | sp804.c | 270 sc->et.et_start = sp804_timer_start; in sp804_timer_attach()
|
H A D | mpcore_timer.c | 352 sc->et.et_start = arm_tmr_start; in attach_et()
|
H A D | generic_timer.c | 765 sc->et.et_start = arm_tmr_start; in arm_tmr_attach()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_dmtimer.c | 198 sc->func.et.et_start = am335x_dmtimer_et_start; in am335x_dmtimer_et_init()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_epit.c | 328 sc->et.et_start = epit_et_start; in epit_et_attach()
|
H A D | imx_gpt.c | 266 sc->et.et_start = imx_gpt_timer_start; in imx_gpt_attach()
|
/freebsd/sys/dev/xen/timer/ |
H A D | xen_timer.c | 404 sc->et.et_start = xentimer_et_start; in xentimer_attach()
|
/freebsd/sys/arm/allwinner/ |
H A D | a10_timer.c | 310 sc->et.et_start = a10_timer_timer_start; in a10_timer_eventtimer_setup()
|
/freebsd/sys/x86/isa/ |
H A D | clock.c | 618 sc->et.et_start = attimer_start; in attimer_attach()
|
H A D | atrtc.c | 514 sc->et.et_start = rtc_start; in atrtc_attach()
|
/freebsd/sys/arm/mv/ |
H A D | timer.c | 254 sc->et.et_start = mv_timer_start; in mv_timer_attach()
|
/freebsd/sys/dev/et/ |
H A D | if_et.c | 101 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 D | acpi_hpet.c | 809 t->et.et_start = hpet_start; in hpet_attach()
|
/freebsd/sys/x86/x86/ |
H A D | local_apic.c | 504 lapic_et.et_start = lapic_et_start; in lapic_init()
|