Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Ds3c2410_wdt.c257 static int s3c2410wdt_stop(struct watchdog_device *wdd) in s3c2410wdt_stop() function
365 .stop = s3c2410wdt_stop,
407 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_cpufreq_transition()
630 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_probe()
691 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_shutdown()
710 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_suspend()
/linux-4.4.14/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt129 + .stop = s3c2410wdt_stop,