Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dcadence_wdt.c81 struct watchdog_device cdns_wdt_device; member
292 struct watchdog_device *cdns_wdt_device; in cdns_wdt_probe() local
298 cdns_wdt_device = &wdt->cdns_wdt_device; in cdns_wdt_probe()
299 cdns_wdt_device->info = &cdns_wdt_info; in cdns_wdt_probe()
300 cdns_wdt_device->ops = &cdns_wdt_ops; in cdns_wdt_probe()
301 cdns_wdt_device->timeout = CDNS_WDT_DEFAULT_TIMEOUT; in cdns_wdt_probe()
302 cdns_wdt_device->min_timeout = CDNS_WDT_MIN_TIMEOUT; in cdns_wdt_probe()
303 cdns_wdt_device->max_timeout = CDNS_WDT_MAX_TIMEOUT; in cdns_wdt_probe()
324 cdns_wdt_device->parent = dev; in cdns_wdt_probe()
326 watchdog_init_timeout(cdns_wdt_device, wdt_timeout, dev); in cdns_wdt_probe()
[all …]