Home
last modified time | relevance | path

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

/openbmc/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()
324 cdns_wdt_device->parent = dev; in cdns_wdt_probe()
328 watchdog_stop_on_reboot(cdns_wdt_device); in cdns_wdt_probe()
329 watchdog_set_drvdata(cdns_wdt_device, wdt); in cdns_wdt_probe()
347 watchdog_stop_on_reboot(cdns_wdt_device); in cdns_wdt_probe()
371 cdns_wdt_stop(&wdt->cdns_wdt_device); in cdns_wdt_suspend()
[all …]