Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst131 + .ping = s3c2410wdt_keepalive,
137 -static void s3c2410wdt_keepalive(void)
138 +static int s3c2410wdt_keepalive(struct watchdog_device *wdd)
147 - s3c2410wdt_keepalive();
148 + s3c2410wdt_keepalive(&s3c2410_wdd);
/linux-6.12.1/drivers/watchdog/
Ds3c2410_wdt.c433 static int s3c2410wdt_keepalive(struct watchdog_device *wdd) in s3c2410wdt_keepalive() function
585 .ping = s3c2410wdt_keepalive,
604 s3c2410wdt_keepalive(&wdt->wdt_device); in s3c2410wdt_irq()