Searched refs:wdt_device (Results 1 – 1 of 1) sorted by relevance
187 struct watchdog_device wdt_device; member604 s3c2410wdt_keepalive(&wdt->wdt_device); in s3c2410wdt_irq()695 wdt->wdt_device = s3c2410_wdd; in s3c2410wdt_probe()730 wdt->wdt_device.min_timeout = 1; in s3c2410wdt_probe()731 wdt->wdt_device.max_timeout = s3c2410wdt_max_timeout(wdt); in s3c2410wdt_probe()733 watchdog_set_drvdata(&wdt->wdt_device, wdt); in s3c2410wdt_probe()738 watchdog_init_timeout(&wdt->wdt_device, tmr_margin, dev); in s3c2410wdt_probe()739 ret = s3c2410wdt_set_heartbeat(&wdt->wdt_device, in s3c2410wdt_probe()740 wdt->wdt_device.timeout); in s3c2410wdt_probe()742 ret = s3c2410wdt_set_heartbeat(&wdt->wdt_device, in s3c2410wdt_probe()[all …]