Lines Matching refs:clock_event_device

36 static DEFINE_PER_CPU(struct clock_event_device *, tick_oneshot_wakeup_device);
38 static void tick_broadcast_setup_oneshot(struct clock_event_device *bc, bool from_periodic);
40 static void tick_resume_broadcast_oneshot(struct clock_event_device *bc);
46 tick_broadcast_setup_oneshot(struct clock_event_device *bc, bool from_periodic) { BUG(); } in tick_broadcast_setup_oneshot()
48 static inline void tick_resume_broadcast_oneshot(struct clock_event_device *bc) { } in tick_resume_broadcast_oneshot()
67 static struct clock_event_device *tick_get_oneshot_wakeup_device(int cpu);
69 const struct clock_event_device *tick_get_wakeup_device(int cpu) in tick_get_wakeup_device()
77 static void tick_broadcast_start_periodic(struct clock_event_device *bc) in tick_broadcast_start_periodic()
88 static bool tick_check_broadcast_device(struct clock_event_device *curdev, in tick_check_broadcast_device()
89 struct clock_event_device *newdev) in tick_check_broadcast_device()
104 static struct clock_event_device *tick_get_oneshot_wakeup_device(int cpu) in tick_get_oneshot_wakeup_device()
109 static void tick_oneshot_wakeup_handler(struct clock_event_device *wd) in tick_oneshot_wakeup_handler()
119 static bool tick_set_oneshot_wakeup_device(struct clock_event_device *newdev, in tick_set_oneshot_wakeup_device()
122 struct clock_event_device *curdev = tick_get_oneshot_wakeup_device(cpu); in tick_set_oneshot_wakeup_device()
151 static struct clock_event_device *tick_get_oneshot_wakeup_device(int cpu) in tick_get_oneshot_wakeup_device()
156 static bool tick_set_oneshot_wakeup_device(struct clock_event_device *newdev, in tick_set_oneshot_wakeup_device()
166 void tick_install_broadcast_device(struct clock_event_device *dev, int cpu) in tick_install_broadcast_device()
168 struct clock_event_device *cur = tick_broadcast_device.evtdev; in tick_install_broadcast_device()
212 int tick_is_broadcast_device(struct clock_event_device *dev) in tick_is_broadcast_device()
217 int tick_broadcast_update_freq(struct clock_event_device *dev, u32 freq) in tick_broadcast_update_freq()
235 static void tick_device_setup_broadcast_func(struct clock_event_device *dev) in tick_device_setup_broadcast_func()
250 int tick_device_uses_broadcast(struct clock_event_device *dev, int cpu) in tick_device_uses_broadcast()
252 struct clock_event_device *bc = tick_broadcast_device.evtdev; in tick_device_uses_broadcast()
334 struct clock_event_device *evt = td->evtdev; in tick_receive_broadcast()
359 struct clock_event_device *bc = tick_broadcast_device.evtdev; in tick_do_broadcast()
403 static void tick_handle_periodic_broadcast(struct clock_event_device *dev) in tick_handle_periodic_broadcast()
444 struct clock_event_device *bc, *dev; in tick_broadcast_control()
519 void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler()
530 struct clock_event_device *bc = tick_broadcast_device.evtdev; in tick_shutdown_broadcast()
555 struct clock_event_device *bc; in tick_suspend_broadcast()
585 struct clock_event_device *bc; in tick_resume_broadcast()
642 static void tick_broadcast_set_affinity(struct clock_event_device *bc, in tick_broadcast_set_affinity()
655 static void tick_broadcast_set_event(struct clock_event_device *bc, int cpu, in tick_broadcast_set_event()
665 static void tick_resume_broadcast_oneshot(struct clock_event_device *bc) in tick_resume_broadcast_oneshot()
694 static void tick_handle_oneshot_broadcast(struct clock_event_device *dev) in tick_handle_oneshot_broadcast()
775 static int broadcast_needs_cpu(struct clock_event_device *bc, int cpu) in broadcast_needs_cpu()
784 static void broadcast_shutdown_local(struct clock_event_device *bc, in broadcast_shutdown_local()
785 struct clock_event_device *dev) in broadcast_shutdown_local()
805 struct clock_event_device *bc, *dev = td->evtdev; in ___tick_broadcast_oneshot_control()
943 struct clock_event_device *dev, *wd; in tick_oneshot_wakeup_control()
1031 static void tick_broadcast_setup_oneshot(struct clock_event_device *bc, in tick_broadcast_setup_oneshot()
1134 struct clock_event_device *bc; in tick_broadcast_switch_to_oneshot()
1152 struct clock_event_device *bc; in hotplug_cpu__broadcast_tick_pull()
1221 struct clock_event_device *bc = tick_broadcast_device.evtdev; in tick_broadcast_oneshot_available()
1229 struct clock_event_device *bc = tick_broadcast_device.evtdev; in __tick_broadcast_oneshot_control()