Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsunxi_wdt.c92 struct sunxi_wdt_dev *sunxi_wdt = container_of(this, in sunxi_restart_handle() local
95 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_restart_handle()
96 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_restart_handle()
128 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_ping() local
129 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_ping()
130 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_ping()
140 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_set_timeout() local
141 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_set_timeout()
142 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_set_timeout()
148 sunxi_wdt->wdt_dev.timeout = timeout; in sunxi_wdt_set_timeout()
[all …]
DMakefile51 obj-$(CONFIG_SUNXI_WATCHDOG) += sunxi_wdt.o
DKconfig389 module will be called sunxi_wdt.