Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dftwdt010_wdt.c37 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()
52 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_start()
70 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_stop()
79 struct ftwdt010_wdt *gwdt = to_ftwdt010_wdt(wdd); in ftwdt010_wdt_ping()
98 struct ftwdt010_wdt *gwdt = data; in ftwdt010_wdt_interrupt()
124 struct ftwdt010_wdt *gwdt; in ftwdt010_wdt_probe()
180 struct ftwdt010_wdt *gwdt = dev_get_drvdata(dev); in ftwdt010_wdt_suspend()
192 struct ftwdt010_wdt *gwdt = dev_get_drvdata(dev); in ftwdt010_wdt_resume()
H A DMakefile50 obj-$(CONFIG_FTWDT010_WATCHDOG) += ftwdt010_wdt.o
H A DKconfig475 module will be called ftwdt010_wdt.
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dftwdt010_wdt.c30 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; in ftwdt010_wdt_settimeout()
54 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; in ftwdt010_wdt_reset()
68 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; in ftwdt010_wdt_disable()
H A DMakefile9 obj-$(CONFIG_FTWDT010_WATCHDOG) += ftwdt010_wdt.o
/OK3568_Linux_fs/u-boot/include/faraday/
H A Dftwdt010_wdt.h20 struct ftwdt010_wdt { struct