Home
last modified time | relevance | path

Searched refs:clocksource_unregister (Results 1 – 10 of 10) sorted by relevance

/linux/kernel/time/
H A Dclocksource-wdtest.c97 clocksource_unregister(&clocksource_wdtest_ktime); in wdtest_ktime_clocksource_reset()
126 clocksource_unregister(&clocksource_wdtest_jiffies); in wdtest_func()
169 clocksource_unregister(&clocksource_wdtest_ktime); in wdtest_func()
H A Dclocksource.c1312 int clocksource_unregister(struct clocksource *cs) in clocksource_unregister() function
1322 EXPORT_SYMBOL(clocksource_unregister);
/linux/drivers/clocksource/
H A Dtimer-tegra186.c473 clocksource_unregister(&tegra->osc); in tegra186_timer_probe()
475 clocksource_unregister(&tegra->tsc); in tegra186_timer_probe()
483 clocksource_unregister(&tegra->usec); in tegra186_timer_remove()
484 clocksource_unregister(&tegra->osc); in tegra186_timer_remove()
485 clocksource_unregister(&tegra->tsc); in tegra186_timer_remove()
H A Dtimer-sun5i.c156 clocksource_unregister(&cs->clksrc); in sun5i_rate_cb()
303 clocksource_unregister(&st->clksrc); in sun5i_timer_probe()
311 clocksource_unregister(&st->clksrc); in sun5i_timer_remove()
H A Dtimer-atmel-pit.c239 clocksource_unregister(&data->clksrc); in at91sam926x_pit_dt_init()
H A Dingenic-timer.c351 clocksource_unregister(&tcu->cs); in ingenic_tcu_init()
H A Dtimer-atmel-tcb.c498 clocksource_unregister(&clksrc); in tcb_clksrc_init()
H A Dingenic-sysost.c537 clocksource_unregister(&ost->cs); in ingenic_ost_init()
/linux/include/linux/
H A Dclocksource.h218 extern int clocksource_unregister(struct clocksource*);
/linux/arch/x86/platform/uv/
H A Duv_time.c388 clocksource_unregister(&clocksource_uv); in uv_rtc_setup_clock()