Lines Matching refs:clock_event_device
66 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_is_oneshot_available()
98 void tick_handle_periodic(struct clock_event_device *dev) in tick_handle_periodic()
133 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic()
167 struct clock_event_device *newdev, int cpu, in tick_setup_device()
171 void (*handler)(struct clock_event_device *) = NULL; in tick_setup_device()
225 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
236 static bool tick_check_percpu(struct clock_event_device *curdev, in tick_check_percpu()
237 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
252 static bool tick_check_preferred(struct clock_event_device *curdev, in tick_check_preferred()
253 struct clock_event_device *newdev) in tick_check_preferred()
276 bool tick_check_replacement(struct clock_event_device *curdev, in tick_check_replacement()
277 struct clock_event_device *newdev) in tick_check_replacement()
289 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
291 struct clock_event_device *curdev; in tick_check_new_device()
362 struct clock_event_device *dev = td->evtdev; in tick_shutdown()