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

/linux-4.1.27/drivers/watchdog/
H A Dcadence_wdt.c74 * @cdns_wdt_device: watchdog device structure
86 struct watchdog_device cdns_wdt_device; member in struct:cdns_wdt
301 cdns_wdt_stop(&wdt->cdns_wdt_device); cdns_wdt_notify_sys()
321 struct watchdog_device *cdns_wdt_device; cdns_wdt_probe() local
327 cdns_wdt_device = &wdt->cdns_wdt_device; cdns_wdt_probe()
328 cdns_wdt_device->info = &cdns_wdt_info; cdns_wdt_probe()
329 cdns_wdt_device->ops = &cdns_wdt_ops; cdns_wdt_probe()
330 cdns_wdt_device->timeout = CDNS_WDT_DEFAULT_TIMEOUT; cdns_wdt_probe()
331 cdns_wdt_device->min_timeout = CDNS_WDT_MIN_TIMEOUT; cdns_wdt_probe()
332 cdns_wdt_device->max_timeout = CDNS_WDT_MAX_TIMEOUT; cdns_wdt_probe()
354 cdns_wdt_device->parent = &pdev->dev; cdns_wdt_probe()
356 ret = watchdog_init_timeout(cdns_wdt_device, wdt_timeout, &pdev->dev); cdns_wdt_probe()
362 watchdog_set_nowayout(cdns_wdt_device, nowayout); cdns_wdt_probe()
363 watchdog_set_drvdata(cdns_wdt_device, wdt); cdns_wdt_probe()
397 ret = watchdog_register_device(cdns_wdt_device); cdns_wdt_probe()
405 wdt->regs, cdns_wdt_device->timeout, cdns_wdt_probe()
428 cdns_wdt_stop(&wdt->cdns_wdt_device); cdns_wdt_remove()
429 watchdog_unregister_device(&wdt->cdns_wdt_device); cdns_wdt_remove()
446 cdns_wdt_stop(&wdt->cdns_wdt_device); cdns_wdt_shutdown()
462 cdns_wdt_stop(&wdt->cdns_wdt_device); cdns_wdt_suspend()
486 cdns_wdt_start(&wdt->cdns_wdt_device); cdns_wdt_resume()

Completed in 30 milliseconds