Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/watchdog/
Dmarvell_gti_wdt.c191 struct watchdog_device *wdog_dev = &priv->wdev; in gti_wdt_set_pretimeout() local
194 if (timeout * 3 <= wdog_dev->max_timeout) in gti_wdt_set_pretimeout()
245 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()
294 wdog_dev->max_timeout = max_pretimeout * 3; in gti_wdt_probe()
296 wdog_dev->min_timeout = 3; in gti_wdt_probe()
[all …]