Lines Matching refs:watchdog_device
63 static void watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add()
69 static void watchdog_deferred_registration_del(struct watchdog_device *wdd) in watchdog_deferred_registration_del()
72 struct watchdog_device *wdd_tmp; in watchdog_deferred_registration_del()
75 wdd_tmp = list_entry(p, struct watchdog_device, in watchdog_deferred_registration_del()
84 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout()
114 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout()
157 struct watchdog_device *wdd; in watchdog_reboot_notifier()
159 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()
176 struct watchdog_device *wdd = container_of(nb, struct watchdog_device, in watchdog_restart_notifier()
202 void watchdog_set_restart_priority(struct watchdog_device *wdd, int priority) in watchdog_set_restart_priority()
208 static int __watchdog_register_device(struct watchdog_device *wdd) in __watchdog_register_device()
305 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device()
328 static void __watchdog_unregister_device(struct watchdog_device *wdd) in __watchdog_unregister_device()
351 void watchdog_unregister_device(struct watchdog_device *wdd) in watchdog_unregister_device()
365 watchdog_unregister_device(*(struct watchdog_device **)res); in devm_watchdog_unregister_device()
378 struct watchdog_device *wdd) in devm_watchdog_register_device()
380 struct watchdog_device **rcwdd; in devm_watchdog_register_device()
405 struct watchdog_device *wdd; in watchdog_deferred_registration()
408 struct watchdog_device, deferred); in watchdog_deferred_registration()