Lines Matching defs:wdd
67 static void watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add()
73 static void watchdog_deferred_registration_del(struct watchdog_device *wdd) in watchdog_deferred_registration_del()
88 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout()
118 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout()
161 struct watchdog_device *wdd; in watchdog_reboot_notifier() local
181 struct watchdog_device *wdd = container_of(nb, struct watchdog_device, in watchdog_restart_notifier() local
196 struct watchdog_device *wdd; in watchdog_pm_notifier() local
234 void watchdog_set_restart_priority(struct watchdog_device *wdd, int priority) in watchdog_set_restart_priority()
240 static int ___watchdog_register_device(struct watchdog_device *wdd) in ___watchdog_register_device()
340 static int __watchdog_register_device(struct watchdog_device *wdd) in __watchdog_register_device()
367 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device()
382 static void __watchdog_unregister_device(struct watchdog_device *wdd) in __watchdog_unregister_device()
405 void watchdog_unregister_device(struct watchdog_device *wdd) in watchdog_unregister_device()
432 struct watchdog_device *wdd) in devm_watchdog_register_device()
459 struct watchdog_device *wdd; in watchdog_deferred_registration() local