Lines Matching refs:clock_event_device
87 static DEFINE_PER_CPU(struct clock_event_device, cpu_ce);
93 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in rtc_timer_interrupt()
108 rtc_ce_set_mode(enum clock_event_mode mode, struct clock_event_device *ce) in rtc_ce_set_mode()
115 rtc_ce_set_next_event(unsigned long evt, struct clock_event_device *ce) in rtc_ce_set_next_event()
125 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in init_rtc_clockevent()
127 *ce = (struct clock_event_device){ in init_rtc_clockevent()
165 qemu_ce_set_mode(enum clock_event_mode mode, struct clock_event_device *ce) in qemu_ce_set_mode()
173 qemu_ce_set_next_event(unsigned long evt, struct clock_event_device *ce) in qemu_ce_set_next_event()
183 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in qemu_timer_interrupt()
193 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in init_qemu_clockevent()
195 *ce = (struct clock_event_device){ in init_qemu_clockevent()