Lines Matching refs:clock_event_device
32 struct clock_event_device *ce;
36 static u64 cev_delta2ns(unsigned long latch, struct clock_event_device *evt, in cev_delta2ns()
91 u64 clockevent_delta2ns(unsigned long latch, struct clock_event_device *evt) in clockevent_delta2ns()
97 static int __clockevents_set_state(struct clock_event_device *dev, in __clockevents_set_state()
149 void clockevents_set_state(struct clock_event_device *dev, in clockevents_set_state()
175 void clockevents_shutdown(struct clock_event_device *dev) in clockevents_shutdown()
185 int clockevents_tick_resume(struct clock_event_device *dev) in clockevents_tick_resume()
210 static int clockevents_increase_min_delta(struct clock_event_device *dev) in clockevents_increase_min_delta()
241 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta()
280 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta()
306 int clockevents_program_event(struct clock_event_device *dev, ktime_t expires, in clockevents_program_event()
346 struct clock_event_device *dev; in clockevents_notify_released()
350 struct clock_event_device, list); in clockevents_notify_released()
360 static int clockevents_replace(struct clock_event_device *ced) in clockevents_replace()
362 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace()
388 static int __clockevents_try_unbind(struct clock_event_device *ced, int cpu) in __clockevents_try_unbind()
419 static int clockevents_unbind(struct clock_event_device *ced, int cpu) in clockevents_unbind()
430 int clockevents_unbind_device(struct clock_event_device *ced, int cpu) in clockevents_unbind_device()
442 static int clockevents_sanity_check(struct clock_event_device *dev) in clockevents_sanity_check()
476 void clockevents_register_device(struct clock_event_device *dev) in clockevents_register_device()
500 void clockevents_config(struct clock_event_device *dev, u32 freq) in clockevents_config()
533 void clockevents_config_and_register(struct clock_event_device *dev, in clockevents_config_and_register()
544 int __clockevents_update_freq(struct clock_event_device *dev, u32 freq) in __clockevents_update_freq()
569 int clockevents_update_freq(struct clock_event_device *dev, u32 freq) in clockevents_update_freq()
585 void clockevents_handle_noop(struct clock_event_device *dev) in clockevents_handle_noop()
597 void clockevents_exchange_device(struct clock_event_device *old, in clockevents_exchange_device()
598 struct clock_event_device *new) in clockevents_exchange_device()
622 struct clock_event_device *dev; in clockevents_suspend()
634 struct clock_event_device *dev; in clockevents_resume()
647 struct clock_event_device *dev, *tmp; in tick_cleanup_dead_cpu()
708 struct clock_event_device *ce; in sysfs_unbind_tick_dev()