Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dcadence_wdt.c86 struct watchdog_device cdns_wdt_device; member
301 cdns_wdt_stop(&wdt->cdns_wdt_device); in cdns_wdt_notify_sys()
321 struct watchdog_device *cdns_wdt_device; in cdns_wdt_probe() local
327 cdns_wdt_device = &wdt->cdns_wdt_device; in cdns_wdt_probe()
328 cdns_wdt_device->info = &cdns_wdt_info; in cdns_wdt_probe()
329 cdns_wdt_device->ops = &cdns_wdt_ops; in cdns_wdt_probe()
330 cdns_wdt_device->timeout = CDNS_WDT_DEFAULT_TIMEOUT; in cdns_wdt_probe()
331 cdns_wdt_device->min_timeout = CDNS_WDT_MIN_TIMEOUT; in cdns_wdt_probe()
332 cdns_wdt_device->max_timeout = CDNS_WDT_MAX_TIMEOUT; in cdns_wdt_probe()
354 cdns_wdt_device->parent = &pdev->dev; in cdns_wdt_probe()
[all …]