Searched defs:newdev (Results 1 – 5 of 5) sorted by relevance
188 struct clock_event_device *newdev, int cpu, in tick_setup_device()264 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()276 struct clock_event_device *newdev, int cpu) in tick_check_percpu()292 struct clock_event_device *newdev) in tick_check_preferred()316 struct clock_event_device *newdev) in tick_check_replacement()328 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
61 void tick_setup_oneshot(struct clock_event_device *newdev, in tick_setup_oneshot()
87 struct clock_event_device *newdev) in tick_check_broadcast_device()116 static bool tick_set_oneshot_wakeup_device(struct clock_event_device *newdev, in tick_set_oneshot_wakeup_device()153 static bool tick_set_oneshot_wakeup_device(struct clock_event_device *newdev, in tick_set_oneshot_wakeup_device()
114 void tick_setup_oneshot(struct clock_event_device *newdev, in tick_setup_oneshot()
360 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace() local