Lines Matching refs:clock_event_device
71 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_is_oneshot_available()
103 void tick_handle_periodic(struct clock_event_device *dev) in tick_handle_periodic()
148 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic()
202 struct clock_event_device *newdev, int cpu, in tick_setup_device()
205 void (*handler)(struct clock_event_device *) = NULL; in tick_setup_device()
274 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
285 static bool tick_check_percpu(struct clock_event_device *curdev, in tick_check_percpu()
286 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
301 static bool tick_check_preferred(struct clock_event_device *curdev, in tick_check_preferred()
302 struct clock_event_device *newdev) in tick_check_preferred()
325 bool tick_check_replacement(struct clock_event_device *curdev, in tick_check_replacement()
326 struct clock_event_device *newdev) in tick_check_replacement()
338 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
340 struct clock_event_device *curdev; in tick_check_new_device()
430 struct clock_event_device *dev = td->evtdev; in tick_shutdown()