Searched refs:et_start (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | timeet.h | 77 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 D | kern_et.c | 71 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 D | kern_clocksource.c | 406 et_start(timer, new, timerperiod); 415 et_start(timer, new - now, 0);
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_timer.c | 223 sc->et.et_start = jz4780_timer_start; in jz4780_timer_attach()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_systimer.c | 260 sc->st[DEFAULT_TIMER].et.et_start = bcm_systimer_start; in bcm_systimer_attach()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | tick.c | 361 sc->et.et_start = clock_start; in clock_attach()
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | sp804.c | 276 sc->et.et_start = sp804_timer_start; in sp804_timer_attach()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | tick.c | 376 sc->et.et_start = clock_start; in clock_attach()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtimer.c | 201 sc->func.et.et_start = am335x_dmtimer_et_start; in am335x_dmtimer_et_init()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mpcore_timer.c | 355 sc->et.et_start = arm_tmr_start; in attach_et()
|
| H A D | generic_timer.c | 482 sc->et.et_start = arm_tmr_start; in arm_tmr_attach()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_gpt.c | 270 sc->et.et_start = imx_gpt_timer_start; in imx_gpt_attach()
|
| H A D | imx_epit.c | 330 sc->et.et_start = epit_et_start; in epit_et_attach()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_timer.c | 316 sc->et.et_start = a10_timer_timer_start; in a10_timer_eventtimer_setup()
|
| /f-stack/freebsd/x86/isa/ |
| H A D | atrtc.c | 482 sc->et.et_start = rtc_start; in atrtc_attach()
|
| H A D | clock.c | 614 sc->et.et_start = attimer_start; in attimer_attach()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | timer.c | 257 sc->et.et_start = mv_timer_start; in mv_timer_attach()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | local_apic.c | 571 lapic_et.et_start = lapic_et_start; in native_lapic_init()
|