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()
150 void clockevents_switch_state(struct clock_event_device *dev, in clockevents_switch_state()
174 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()
206 static int clockevents_increase_min_delta(struct clock_event_device *dev) in clockevents_increase_min_delta()
237 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta()
276 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta()
304 arch_inlined_clockevent_set_next_coupled(u64 cycles, struct clock_event_device *dev) { } in arch_inlined_clockevent_set_next_coupled()
307 static inline bool clockevent_set_next_coupled(struct clock_event_device *dev, ktime_t expires) in clockevent_set_next_coupled()
325 static inline bool clockevent_set_next_coupled(struct clock_event_device *dev, ktime_t expires) in clockevent_set_next_coupled()
339 int clockevents_program_event(struct clock_event_device *dev, ktime_t expires, bool force) in clockevents_program_event()
399 struct clock_event_device *dev; in clockevents_notify_released()
407 struct clock_event_device, list); in clockevents_notify_released()
416 static int clockevents_replace(struct clock_event_device *ced) in clockevents_replace()
418 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace()
444 static int __clockevents_try_unbind(struct clock_event_device *ced, int cpu) in __clockevents_try_unbind()
475 static int clockevents_unbind(struct clock_event_device *ced, int cpu) in clockevents_unbind()
486 int clockevents_unbind_device(struct clock_event_device *ced, int cpu) in clockevents_unbind_device()
501 void clockevents_register_device(struct clock_event_device *dev) in clockevents_register_device()
529 static void clockevents_config(struct clock_event_device *dev, u32 freq) in clockevents_config()
562 void clockevents_config_and_register(struct clock_event_device *dev, in clockevents_config_and_register()
573 int __clockevents_update_freq(struct clock_event_device *dev, u32 freq) in __clockevents_update_freq()
598 int clockevents_update_freq(struct clock_event_device *dev, u32 freq) in clockevents_update_freq()
614 void clockevents_handle_noop(struct clock_event_device *dev) in clockevents_handle_noop()
626 void clockevents_exchange_device(struct clock_event_device *old, in clockevents_exchange_device()
627 struct clock_event_device *new) in clockevents_exchange_device()
650 struct clock_event_device *dev; in clockevents_suspend()
662 struct clock_event_device *dev; in clockevents_resume()
681 struct clock_event_device *dev, *tmp; in tick_offline_cpu()
743 struct clock_event_device *ce = NULL, *iter; in unbind_device_store()