Lines Matching refs:watchdog_device
63 static int watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add()
70 static void watchdog_deferred_registration_del(struct watchdog_device *wdd) in watchdog_deferred_registration_del()
73 struct watchdog_device *wdd_tmp; in watchdog_deferred_registration_del()
76 wdd_tmp = list_entry(p, struct watchdog_device, in watchdog_deferred_registration_del()
85 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout()
111 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout()
140 static int __watchdog_register_device(struct watchdog_device *wdd) in __watchdog_register_device()
219 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device()
233 static void __watchdog_unregister_device(struct watchdog_device *wdd) in __watchdog_unregister_device()
258 void watchdog_unregister_device(struct watchdog_device *wdd) in watchdog_unregister_device()
275 struct watchdog_device *wdd; in watchdog_deferred_registration()
278 struct watchdog_device, deferred); in watchdog_deferred_registration()