Searched refs:s3c2410_wdt (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A Ds3c2410_wdt.c1 /* linux/drivers/char/watchdog/s3c2410_wdt.c
123 struct s3c2410_wdt { struct
203 static inline struct s3c2410_wdt *freq_to_wdt(struct notifier_block *nb) freq_to_wdt()
205 return container_of(nb, struct s3c2410_wdt, freq_transition); freq_to_wdt()
208 static int s3c2410wdt_mask_and_disable_reset(struct s3c2410_wdt *wdt, bool mask) s3c2410wdt_mask_and_disable_reset()
239 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); s3c2410wdt_keepalive()
248 static void __s3c2410wdt_stop(struct s3c2410_wdt *wdt) __s3c2410wdt_stop()
259 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); s3c2410wdt_stop()
271 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); s3c2410wdt_start()
299 static inline int s3c2410wdt_is_running(struct s3c2410_wdt *wdt) s3c2410wdt_is_running()
306 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); s3c2410wdt_set_heartbeat()
380 struct s3c2410_wdt *wdt = platform_get_drvdata(param); s3c2410wdt_irq()
394 struct s3c2410_wdt *wdt = freq_to_wdt(nb); s3c2410wdt_cpufreq_transition()
427 static inline int s3c2410wdt_cpufreq_register(struct s3c2410_wdt *wdt) s3c2410wdt_cpufreq_register()
435 static inline void s3c2410wdt_cpufreq_deregister(struct s3c2410_wdt *wdt) s3c2410wdt_cpufreq_deregister()
445 static inline int s3c2410wdt_cpufreq_register(struct s3c2410_wdt *wdt) s3c2410wdt_cpufreq_register()
450 static inline void s3c2410wdt_cpufreq_deregister(struct s3c2410_wdt *wdt) s3c2410wdt_cpufreq_deregister()
458 struct s3c2410_wdt *wdt = container_of(this, struct s3c2410_wdt, s3c2410wdt_restart()
480 static inline unsigned int s3c2410wdt_get_bootstatus(struct s3c2410_wdt *wdt) s3c2410wdt_get_bootstatus()
514 struct s3c2410_wdt *wdt; s3c2410wdt_probe()
667 struct s3c2410_wdt *wdt = platform_get_drvdata(dev); s3c2410wdt_remove()
686 struct s3c2410_wdt *wdt = platform_get_drvdata(dev); s3c2410wdt_shutdown()
698 struct s3c2410_wdt *wdt = dev_get_drvdata(dev); s3c2410wdt_suspend()
717 struct s3c2410_wdt *wdt = dev_get_drvdata(dev); s3c2410wdt_resume()
H A DMakefile42 obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o

Completed in 318 milliseconds