Lines Matching refs:clock_event_device
129 struct clock_event_device *evt) in bfin_gptmr0_set_next_event()
139 static int bfin_gptmr0_set_periodic(struct clock_event_device *evt) in bfin_gptmr0_set_periodic()
157 static int bfin_gptmr0_set_oneshot(struct clock_event_device *evt) in bfin_gptmr0_set_oneshot()
173 static int bfin_gptmr0_shutdown(struct clock_event_device *evt) in bfin_gptmr0_shutdown()
194 struct clock_event_device *evt = dev_id; in bfin_gptmr0_interrupt()
213 static struct clock_event_device clockevent_gptmr0 = {
226 static void __init bfin_gptmr0_clockevent_init(struct clock_event_device *evt) in bfin_gptmr0_clockevent_init()
243 DEFINE_PER_CPU(struct clock_event_device, coretmr_events);
246 struct clock_event_device *evt) in bfin_coretmr_set_next_event()
256 static int bfin_coretmr_set_periodic(struct clock_event_device *evt) in bfin_coretmr_set_periodic()
270 static int bfin_coretmr_set_oneshot(struct clock_event_device *evt) in bfin_coretmr_set_oneshot()
280 static int bfin_coretmr_shutdown(struct clock_event_device *evt) in bfin_coretmr_shutdown()
308 struct clock_event_device *evt = &per_cpu(coretmr_events, cpu); in bfin_coretmr_interrupt()
328 struct clock_event_device *evt = &per_cpu(coretmr_events, cpu); in bfin_coretmr_clockevent_init()