Home
last modified time | relevance | path

Searched refs:clockevents_unbind_device (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dclockchips.h184 extern int clockevents_unbind_device(struct clock_event_device *ced, int cpu);
/linux-5.19.10/kernel/time/
Dclockevents.c428 int clockevents_unbind_device(struct clock_event_device *ced, int cpu) in clockevents_unbind_device() function
437 EXPORT_SYMBOL_GPL(clockevents_unbind_device);
/linux-5.19.10/drivers/clocksource/
Dhyperv_timer.c179 clockevents_unbind_device(ce, cpu); in hv_stimer_cleanup()