Lines Matching refs:clock_event_device
36 static void tick_broadcast_setup_oneshot(struct clock_event_device *bc);
38 static void tick_resume_broadcast_oneshot(struct clock_event_device *bc);
43 static inline void tick_broadcast_setup_oneshot(struct clock_event_device *bc) { BUG(); } in tick_broadcast_setup_oneshot()
45 static inline void tick_resume_broadcast_oneshot(struct clock_event_device *bc) { } in tick_resume_broadcast_oneshot()
67 static void tick_broadcast_start_periodic(struct clock_event_device *bc) in tick_broadcast_start_periodic()
76 static bool tick_check_broadcast_device(struct clock_event_device *curdev, in tick_check_broadcast_device()
77 struct clock_event_device *newdev) in tick_check_broadcast_device()
94 void tick_install_broadcast_device(struct clock_event_device *dev) in tick_install_broadcast_device()
96 struct clock_event_device *cur = tick_broadcast_device.evtdev; in tick_install_broadcast_device()
125 int tick_is_broadcast_device(struct clock_event_device *dev) in tick_is_broadcast_device()
130 int tick_broadcast_update_freq(struct clock_event_device *dev, u32 freq) in tick_broadcast_update_freq()
148 static void tick_device_setup_broadcast_func(struct clock_event_device *dev) in tick_device_setup_broadcast_func()
163 int tick_device_uses_broadcast(struct clock_event_device *dev, int cpu) in tick_device_uses_broadcast()
165 struct clock_event_device *bc = tick_broadcast_device.evtdev; in tick_device_uses_broadcast()
248 struct clock_event_device *evt = td->evtdev; in tick_receive_broadcast()
274 struct clock_event_device *bc = tick_broadcast_device.evtdev; in tick_do_broadcast()
318 static void tick_handle_periodic_broadcast(struct clock_event_device *dev) in tick_handle_periodic_broadcast()
358 struct clock_event_device *bc, *dev; in tick_broadcast_control()
433 void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler()
444 struct clock_event_device *bc = tick_broadcast_device.evtdev; in tick_shutdown_broadcast()
469 struct clock_event_device *bc; in tick_suspend_broadcast()
499 struct clock_event_device *bc; in tick_resume_broadcast()
552 static void tick_broadcast_set_affinity(struct clock_event_device *bc, in tick_broadcast_set_affinity()
565 static void tick_broadcast_set_event(struct clock_event_device *bc, int cpu, in tick_broadcast_set_event()
575 static void tick_resume_broadcast_oneshot(struct clock_event_device *bc) in tick_resume_broadcast_oneshot()
604 static void tick_handle_oneshot_broadcast(struct clock_event_device *dev) in tick_handle_oneshot_broadcast()
684 static int broadcast_needs_cpu(struct clock_event_device *bc, int cpu) in broadcast_needs_cpu()
693 static void broadcast_shutdown_local(struct clock_event_device *bc, in broadcast_shutdown_local()
694 struct clock_event_device *dev) in broadcast_shutdown_local()
712 struct clock_event_device *bc, *dev; in __tick_broadcast_oneshot_control()
883 static void tick_broadcast_setup_oneshot(struct clock_event_device *bc) in tick_broadcast_setup_oneshot()
931 struct clock_event_device *bc; in tick_broadcast_switch_to_oneshot()
947 struct clock_event_device *bc; in hotplug_cpu__broadcast_tick_pull()
988 struct clock_event_device *bc = tick_broadcast_device.evtdev; in tick_broadcast_oneshot_available()
996 struct clock_event_device *bc = tick_broadcast_device.evtdev; in __tick_broadcast_oneshot_control()