Home
last modified time | relevance | path

Searched refs:ftwdt010_wdt (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/watchdog/
Dftwdt010_wdt.c40 struct ftwdt010_wdt { struct
48 struct ftwdt010_wdt *to_ftwdt010_wdt(struct watchdog_device *wdd) in to_ftwdt010_wdt() argument
50 return container_of(wdd, struct ftwdt010_wdt, wdd); in to_ftwdt010_wdt()
55 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_start()
73 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_stop()
82 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_ping()
101 struct ftwdt010_wdt *gwdt = data; in ftwdt010_wdt_interrupt()
128 struct ftwdt010_wdt *gwdt; in ftwdt010_wdt_probe()
187 struct ftwdt010_wdt *gwdt = dev_get_drvdata(dev); in ftwdt010_wdt_suspend()
199 struct ftwdt010_wdt *gwdt = dev_get_drvdata(dev); in ftwdt010_wdt_resume()
DMakefile49 obj-$(CONFIG_FTWDT010_WATCHDOG) += ftwdt010_wdt.o
DKconfig353 module will be called ftwdt010_wdt.