Lines Matching refs:wdog
154 static int w83627hf_init(struct watchdog_device *wdog, enum chips chip)
242 wdog->timeout);
243 superio_outb(cr_wdt_timeout, wdog->timeout);
253 wdog->bootstatus |= WDIOF_CARDRESET;
279 static int wdt_start(struct watchdog_device *wdog)
281 return wdt_set_time(wdog->timeout);
284 static int wdt_stop(struct watchdog_device *wdog)
289 static int wdt_set_timeout(struct watchdog_device *wdog, unsigned int timeout)
291 wdog->timeout = timeout;
296 static unsigned int wdt_get_time(struct watchdog_device *wdog)