Searched refs:ep93xx_wdt_wdd (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/watchdog/
H A Dep93xx_wdt.c109 static struct watchdog_device ep93xx_wdt_wdd = { variable in typeref:struct:watchdog_device
133 ep93xx_wdt_wdd.bootstatus = (val & 0x01) ? WDIOF_CARDRESET : 0; ep93xx_wdt_probe()
134 ep93xx_wdt_wdd.timeout = timeout; ep93xx_wdt_probe()
135 ep93xx_wdt_wdd.parent = &pdev->dev; ep93xx_wdt_probe()
137 watchdog_set_nowayout(&ep93xx_wdt_wdd, nowayout); ep93xx_wdt_probe()
141 err = watchdog_register_device(&ep93xx_wdt_wdd); ep93xx_wdt_probe()
154 watchdog_unregister_device(&ep93xx_wdt_wdd); ep93xx_wdt_remove()

Completed in 124 milliseconds