Lines Matching refs:clock_event_device
74 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_is_oneshot_available()
108 void tick_handle_periodic(struct clock_event_device *dev) in tick_handle_periodic()
152 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic()
186 struct clock_event_device *newdev, int cpu, in tick_setup_device()
189 void (*handler)(struct clock_event_device *) = NULL; in tick_setup_device()
262 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
273 static bool tick_check_percpu(struct clock_event_device *curdev, in tick_check_percpu()
274 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
289 static bool tick_check_preferred(struct clock_event_device *curdev, in tick_check_preferred()
290 struct clock_event_device *newdev) in tick_check_preferred()
313 bool tick_check_replacement(struct clock_event_device *curdev, in tick_check_replacement()
314 struct clock_event_device *newdev) in tick_check_replacement()
326 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
328 struct clock_event_device *curdev; in tick_check_new_device()
423 struct clock_event_device *dev = td->evtdev; in tick_shutdown()