Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dmarvell_gti_wdt.c245 struct watchdog_device *wdog_dev; in gti_wdt_probe() local
280 wdog_dev = &priv->wdev; in gti_wdt_probe()
281 wdog_dev->info = &gti_wdt_ident, in gti_wdt_probe()
282 wdog_dev->ops = &gti_wdt_ops, in gti_wdt_probe()
283 wdog_dev->parent = dev; in gti_wdt_probe()
291 wdog_dev->pretimeout = max_pretimeout; in gti_wdt_probe()
296 wdog_dev->min_timeout = 3; in gti_wdt_probe()
297 wdog_dev->timeout = wdog_dev->pretimeout; in gti_wdt_probe()
299 watchdog_set_drvdata(wdog_dev, priv); in gti_wdt_probe()
301 gti_wdt_settimeout(wdog_dev, wdog_dev->timeout); in gti_wdt_probe()
[all …]