Lines Matching defs:wdd
54 struct watchdog_device wdd; member
60 static struct rave_sp_wdt *to_rave_sp_wdt(struct watchdog_device *wdd) in to_rave_sp_wdt()
65 static int rave_sp_wdt_exec(struct watchdog_device *wdd, void *data, in rave_sp_wdt_exec()
72 static int rave_sp_wdt_legacy_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_legacy_configure()
85 static int rave_sp_wdt_rdu_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_rdu_configure()
112 static int rave_sp_wdt_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_configure()
117 static int rave_sp_wdt_legacy_restart(struct watchdog_device *wdd) in rave_sp_wdt_legacy_restart()
128 static int rave_sp_wdt_rdu_restart(struct watchdog_device *wdd) in rave_sp_wdt_rdu_restart()
165 static int rave_sp_wdt_restart(struct watchdog_device *wdd, in rave_sp_wdt_restart()
179 static int rave_sp_wdt_start(struct watchdog_device *wdd) in rave_sp_wdt_start()
190 static int rave_sp_wdt_stop(struct watchdog_device *wdd) in rave_sp_wdt_stop()
195 static int rave_sp_wdt_set_timeout(struct watchdog_device *wdd, in rave_sp_wdt_set_timeout()
203 static int rave_sp_wdt_ping(struct watchdog_device *wdd) in rave_sp_wdt_ping()
256 struct watchdog_device *wdd; in rave_sp_wdt_probe() local