Home
last modified time | relevance | path

Searched refs:clockevents_update_freq (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm/kernel/
Dsmp_twd.c113 clockevents_update_freq(raw_cpu_ptr(twd_evt), twd_timer_rate); in twd_update_frequency()
158 clockevents_update_freq(raw_cpu_ptr(twd_evt), twd_timer_rate); in twd_update_frequency()
/linux-4.4.14/include/linux/
Dclockchips.h190 extern int clockevents_update_freq(struct clock_event_device *ce, u32 freq);
/linux-4.4.14/drivers/clocksource/
Dmips-gic-timer.c79 clockevents_update_freq(this_cpu_ptr(&gic_clockevent_device), rate); in gic_update_frequency()
Dtimer-sun5i.c251 clockevents_update_freq(&ce->clkevt, ndata->new_rate); in sun5i_rate_cb_clkevt()
Dcadence_ttc_timer.c394 clockevents_update_freq(&ttcce->ce, ndata->new_rate / PRESCALE); in ttc_rate_change_clockevent_cb()
/linux-4.4.14/kernel/time/
Dclockevents.c540 int clockevents_update_freq(struct clock_event_device *dev, u32 freq) in clockevents_update_freq() function