Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Ds3c2410_wdt.c486 static int s3c2410wdt_stop(struct watchdog_device *wdd) in s3c2410wdt_stop() function
616 .stop = s3c2410wdt_stop,
811 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_probe()
845 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_shutdown()
862 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_suspend()
/linux/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst130 + .stop = s3c2410wdt_stop,