Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsunxi_wdt.c142 sunxi_wdt->wdt_dev.timeout = timeout; in sunxi_wdt_set_timeout()
175 sunxi_wdt->wdt_dev.timeout); in sunxi_wdt_start()
250 struct sunxi_wdt_dev *sunxi_wdt; in sunxi_wdt_probe() local
253 sunxi_wdt = devm_kzalloc(dev, sizeof(*sunxi_wdt), GFP_KERNEL); in sunxi_wdt_probe()
254 if (!sunxi_wdt) in sunxi_wdt_probe()
258 if (!sunxi_wdt->wdt_regs) in sunxi_wdt_probe()
262 if (IS_ERR(sunxi_wdt->wdt_base)) in sunxi_wdt_probe()
263 return PTR_ERR(sunxi_wdt->wdt_base); in sunxi_wdt_probe()
270 sunxi_wdt->wdt_dev.parent = dev; in sunxi_wdt_probe()
276 watchdog_set_drvdata(&sunxi_wdt->wdt_dev, sunxi_wdt); in sunxi_wdt_probe()
[all …]
H A DMakefile62 obj-$(CONFIG_SUNXI_WATCHDOG) += sunxi_wdt.o
H A DKconfig635 module will be called sunxi_wdt.