Lines Matching refs:ftwdt010_wdt
37 struct ftwdt010_wdt { struct
45 struct ftwdt010_wdt *to_ftwdt010_wdt(struct watchdog_device *wdd) in to_ftwdt010_wdt() argument
47 return container_of(wdd, struct ftwdt010_wdt, wdd); in to_ftwdt010_wdt()
50 static void ftwdt010_enable(struct ftwdt010_wdt *gwdt, in ftwdt010_enable()
69 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_start()
77 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_stop()
86 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_ping()
112 struct ftwdt010_wdt *gwdt = data; in ftwdt010_wdt_interrupt()
139 struct ftwdt010_wdt *gwdt; in ftwdt010_wdt_probe()
195 struct ftwdt010_wdt *gwdt = dev_get_drvdata(dev); in ftwdt010_wdt_suspend()
207 struct ftwdt010_wdt *gwdt = dev_get_drvdata(dev); in ftwdt010_wdt_resume()