Searched refs:wdt_device (Results 1 – 1 of 1) sorted by relevance
173 struct watchdog_device wdt_device; member549 s3c2410wdt_keepalive(&wdt->wdt_device); in s3c2410wdt_irq()636 wdt->wdt_device = s3c2410_wdd; in s3c2410wdt_probe()671 wdt->wdt_device.min_timeout = 1; in s3c2410wdt_probe()672 wdt->wdt_device.max_timeout = s3c2410wdt_max_timeout(wdt); in s3c2410wdt_probe()674 watchdog_set_drvdata(&wdt->wdt_device, wdt); in s3c2410wdt_probe()679 watchdog_init_timeout(&wdt->wdt_device, tmr_margin, dev); in s3c2410wdt_probe()680 ret = s3c2410wdt_set_heartbeat(&wdt->wdt_device, in s3c2410wdt_probe()681 wdt->wdt_device.timeout); in s3c2410wdt_probe()683 ret = s3c2410wdt_set_heartbeat(&wdt->wdt_device, in s3c2410wdt_probe()[all …]