Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst132 + .ping = s3c2410wdt_keepalive,
138 -static void s3c2410wdt_keepalive(void)
139 +static int s3c2410wdt_keepalive(struct watchdog_device *wdd)
148 - s3c2410wdt_keepalive();
149 + s3c2410wdt_keepalive(&s3c2410_wdd);
/linux-5.19.10/drivers/watchdog/
Ds3c2410_wdt.c354 static int s3c2410wdt_keepalive(struct watchdog_device *wdd) in s3c2410wdt_keepalive() function
508 .ping = s3c2410wdt_keepalive,
527 s3c2410wdt_keepalive(&wdt->wdt_device); in s3c2410wdt_irq()
552 s3c2410wdt_keepalive(&wdt->wdt_device); in s3c2410wdt_cpufreq_transition()