Home
last modified time | relevance | path

Searched refs:s3c2410_wdd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt147 + s3c2410wdt_keepalive(&s3c2410_wdd);
164 +static struct watchdog_device s3c2410_wdd = {
183 watchdog_set_nowayout(&s3c2410_wdd, nowayout);
197 + ret = watchdog_register_device(&s3c2410_wdd);
202 + watchdog_unregister_device(&s3c2410_wdd);
/linux-4.1.27/drivers/watchdog/
Ds3c2410_wdt.c370 static struct watchdog_device s3c2410_wdd = { variable
531 wdt->wdt_device = s3c2410_wdd; in s3c2410wdt_probe()