Lines Matching refs:s3c2410_wdt
110 struct s3c2410_wdt { struct
198 static inline struct s3c2410_wdt *freq_to_wdt(struct notifier_block *nb) in freq_to_wdt()
200 return container_of(nb, struct s3c2410_wdt, freq_transition); in freq_to_wdt()
203 static int s3c2410wdt_mask_and_disable_reset(struct s3c2410_wdt *wdt, bool mask) in s3c2410wdt_mask_and_disable_reset()
234 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); in s3c2410wdt_keepalive()
243 static void __s3c2410wdt_stop(struct s3c2410_wdt *wdt) in __s3c2410wdt_stop()
254 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); in s3c2410wdt_stop()
266 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); in s3c2410wdt_start()
294 static inline int s3c2410wdt_is_running(struct s3c2410_wdt *wdt) in s3c2410wdt_is_running()
302 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); in s3c2410wdt_set_heartbeat()
353 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); in s3c2410wdt_restart()
401 struct s3c2410_wdt *wdt = platform_get_drvdata(param); in s3c2410wdt_irq()
419 struct s3c2410_wdt *wdt = freq_to_wdt(nb); in s3c2410wdt_cpufreq_transition()
452 static inline int s3c2410wdt_cpufreq_register(struct s3c2410_wdt *wdt) in s3c2410wdt_cpufreq_register()
460 static inline void s3c2410wdt_cpufreq_deregister(struct s3c2410_wdt *wdt) in s3c2410wdt_cpufreq_deregister()
470 static inline int s3c2410wdt_cpufreq_register(struct s3c2410_wdt *wdt) in s3c2410wdt_cpufreq_register()
475 static inline void s3c2410wdt_cpufreq_deregister(struct s3c2410_wdt *wdt) in s3c2410wdt_cpufreq_deregister()
480 static inline unsigned int s3c2410wdt_get_bootstatus(struct s3c2410_wdt *wdt) in s3c2410wdt_get_bootstatus()
515 struct s3c2410_wdt *wdt; in s3c2410wdt_probe()
656 struct s3c2410_wdt *wdt = platform_get_drvdata(dev); in s3c2410wdt_remove()
673 struct s3c2410_wdt *wdt = platform_get_drvdata(dev); in s3c2410wdt_shutdown()
685 struct s3c2410_wdt *wdt = dev_get_drvdata(dev); in s3c2410wdt_suspend()
704 struct s3c2410_wdt *wdt = dev_get_drvdata(dev); in s3c2410wdt_resume()