Lines Matching refs:clock_event_device
28 struct clock_event_device *ce;
32 static u64 cev_delta2ns(unsigned long latch, struct clock_event_device *evt, in cev_delta2ns()
85 u64 clockevent_delta2ns(unsigned long latch, struct clock_event_device *evt) in clockevent_delta2ns()
91 static int __clockevents_switch_state(struct clock_event_device *dev, in __clockevents_switch_state()
147 void clockevents_switch_state(struct clock_event_device *dev, in clockevents_switch_state()
171 void clockevents_shutdown(struct clock_event_device *dev) in clockevents_shutdown()
181 int clockevents_tick_resume(struct clock_event_device *dev) in clockevents_tick_resume()
202 static int clockevents_increase_min_delta(struct clock_event_device *dev) in clockevents_increase_min_delta()
233 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta()
272 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta()
303 int clockevents_program_event(struct clock_event_device *dev, ktime_t expires, in clockevents_program_event()
345 struct clock_event_device *dev; in clockevents_notify_released()
349 struct clock_event_device, list); in clockevents_notify_released()
358 static int clockevents_replace(struct clock_event_device *ced) in clockevents_replace()
360 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace()
386 static int __clockevents_try_unbind(struct clock_event_device *ced, int cpu) in __clockevents_try_unbind()
417 static int clockevents_unbind(struct clock_event_device *ced, int cpu) in clockevents_unbind()
428 int clockevents_unbind_device(struct clock_event_device *ced, int cpu) in clockevents_unbind_device()
443 void clockevents_register_device(struct clock_event_device *dev) in clockevents_register_device()
471 static void clockevents_config(struct clock_event_device *dev, u32 freq) in clockevents_config()
504 void clockevents_config_and_register(struct clock_event_device *dev, in clockevents_config_and_register()
515 int __clockevents_update_freq(struct clock_event_device *dev, u32 freq) in __clockevents_update_freq()
540 int clockevents_update_freq(struct clock_event_device *dev, u32 freq) in clockevents_update_freq()
556 void clockevents_handle_noop(struct clock_event_device *dev) in clockevents_handle_noop()
568 void clockevents_exchange_device(struct clock_event_device *old, in clockevents_exchange_device()
569 struct clock_event_device *new) in clockevents_exchange_device()
592 struct clock_event_device *dev; in clockevents_suspend()
604 struct clock_event_device *dev; in clockevents_resume()
634 struct clock_event_device *dev, *tmp; in tick_cleanup_dead_cpu()
693 struct clock_event_device *ce = NULL, *iter; in unbind_device_store()