Lines Matching refs:clock_event_device
74 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_is_oneshot_available()
109 void tick_handle_periodic(struct clock_event_device *dev) in tick_handle_periodic()
154 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic()
208 struct clock_event_device *newdev, int cpu, in tick_setup_device()
211 void (*handler)(struct clock_event_device *) = NULL; in tick_setup_device()
278 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
289 static bool tick_check_percpu(struct clock_event_device *curdev, in tick_check_percpu()
290 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
305 static bool tick_check_preferred(struct clock_event_device *curdev, in tick_check_preferred()
306 struct clock_event_device *newdev) in tick_check_preferred()
329 bool tick_check_replacement(struct clock_event_device *curdev, in tick_check_replacement()
330 struct clock_event_device *newdev) in tick_check_replacement()
342 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
344 struct clock_event_device *curdev; in tick_check_new_device()
425 struct clock_event_device *dev = td->evtdev; in tick_shutdown()