Lines Matching refs:clock_event_device
456 struct clock_event_device *evt) in lapic_next_event()
463 struct clock_event_device *evt) in lapic_next_deadline()
472 static int lapic_timer_shutdown(struct clock_event_device *evt) in lapic_timer_shutdown()
488 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) in lapic_timer_set_periodic_oneshot()
498 static int lapic_timer_set_periodic(struct clock_event_device *evt) in lapic_timer_set_periodic()
503 static int lapic_timer_set_oneshot(struct clock_event_device *evt) in lapic_timer_set_oneshot()
522 static struct clock_event_device lapic_clockevent = {
536 static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
544 struct clock_event_device *levt = this_cpu_ptr(&lapic_events); in setup_APIC_timer()
598 static void __init lapic_cal_handler(struct clock_event_device *dev) in lapic_cal_handler()
679 struct clock_event_device *levt = this_cpu_ptr(&lapic_events); in calibrate_APIC_clock()
680 void (*real_handler)(struct clock_event_device *dev); in calibrate_APIC_clock()
876 struct clock_event_device *evt = &per_cpu(lapic_events, cpu); in local_apic_timer_interrupt()