clockevents_register_device  393 arch/x86/kernel/apic_32.c 	clockevents_register_device(levt);
clockevents_register_device  405 arch/x86/kernel/apic_64.c 	clockevents_register_device(levt);
clockevents_register_device  225 arch/x86/kernel/hpet.c 	clockevents_register_device(&hpet_clockevent);
clockevents_register_device  124 arch/x86/kernel/i8253.c 	clockevents_register_device(&pit_clockevent);
clockevents_register_device  400 arch/x86/kernel/mfgpt_32.c 	clockevents_register_device(&mfgpt_clockevent);
clockevents_register_device  233 arch/x86/kernel/vmiclock_32.c 	clockevents_register_device(evt);
clockevents_register_device  733 arch/x86/lguest/boot.c 	clockevents_register_device(&lguest_clockevent);
clockevents_register_device  465 arch/x86/xen/time.c 	clockevents_register_device(&__get_cpu_var(xen_clock_events));
clockevents_register_device  120 include/linux/clockchips.h extern void clockevents_register_device(struct clock_event_device *dev);