Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst149 + s3c2410wdt_keepalive(&s3c2410_wdd);
166 +static struct watchdog_device s3c2410_wdd = {
185 watchdog_set_nowayout(&s3c2410_wdd, nowayout);
199 + ret = watchdog_register_device(&s3c2410_wdd);
204 + watchdog_unregister_device(&s3c2410_wdd);
/openbmc/linux/drivers/watchdog/
H A Ds3c2410_wdt.c535 static const struct watchdog_device s3c2410_wdd = { variable
636 wdt->wdt_device = s3c2410_wdd; in s3c2410wdt_probe()