Lines Matching refs:clock_event_device
67 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_is_oneshot_available()
99 void tick_handle_periodic(struct clock_event_device *dev) in tick_handle_periodic()
144 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic()
178 struct clock_event_device *newdev, int cpu, in tick_setup_device()
182 void (*handler)(struct clock_event_device *) = NULL; in tick_setup_device()
236 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
247 static bool tick_check_percpu(struct clock_event_device *curdev, in tick_check_percpu()
248 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
263 static bool tick_check_preferred(struct clock_event_device *curdev, in tick_check_preferred()
264 struct clock_event_device *newdev) in tick_check_preferred()
287 bool tick_check_replacement(struct clock_event_device *curdev, in tick_check_replacement()
288 struct clock_event_device *newdev) in tick_check_replacement()
300 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
302 struct clock_event_device *curdev; in tick_check_new_device()
392 struct clock_event_device *dev = td->evtdev; in tick_shutdown()