Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt130 + .ping = s3c2410wdt_keepalive,
136 -static void s3c2410wdt_keepalive(void)
137 +static int s3c2410wdt_keepalive(struct watchdog_device *wdd)
146 - s3c2410wdt_keepalive();
147 + s3c2410wdt_keepalive(&s3c2410_wdd);
/linux-4.1.27/drivers/watchdog/
Ds3c2410_wdt.c237 static int s3c2410wdt_keepalive(struct watchdog_device *wdd) in s3c2410wdt_keepalive() function
366 .ping = s3c2410wdt_keepalive,
384 s3c2410wdt_keepalive(&wdt->wdt_device); in s3c2410wdt_irq()
405 s3c2410wdt_keepalive(&wdt->wdt_device); in s3c2410wdt_cpufreq_transition()