Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/watchdog/
Ds3c2410_wdt.c252 static int s3c2410wdt_stop(struct watchdog_device *wdd) in s3c2410wdt_stop() function
385 .stop = s3c2410wdt_stop,
432 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_cpufreq_transition()
624 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_probe()
677 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_shutdown()
696 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_suspend()
/Linux-v5.15/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst131 + .stop = s3c2410wdt_stop,