cdns_wdt_device 81 drivers/watchdog/cadence_wdt.c struct watchdog_device cdns_wdt_device; cdns_wdt_device 297 drivers/watchdog/cadence_wdt.c struct watchdog_device *cdns_wdt_device; cdns_wdt_device 303 drivers/watchdog/cadence_wdt.c cdns_wdt_device = &wdt->cdns_wdt_device; cdns_wdt_device 304 drivers/watchdog/cadence_wdt.c cdns_wdt_device->info = &cdns_wdt_info; cdns_wdt_device 305 drivers/watchdog/cadence_wdt.c cdns_wdt_device->ops = &cdns_wdt_ops; cdns_wdt_device 306 drivers/watchdog/cadence_wdt.c cdns_wdt_device->timeout = CDNS_WDT_DEFAULT_TIMEOUT; cdns_wdt_device 307 drivers/watchdog/cadence_wdt.c cdns_wdt_device->min_timeout = CDNS_WDT_MIN_TIMEOUT; cdns_wdt_device 308 drivers/watchdog/cadence_wdt.c cdns_wdt_device->max_timeout = CDNS_WDT_MAX_TIMEOUT; cdns_wdt_device 329 drivers/watchdog/cadence_wdt.c cdns_wdt_device->parent = dev; cdns_wdt_device 331 drivers/watchdog/cadence_wdt.c watchdog_init_timeout(cdns_wdt_device, wdt_timeout, dev); cdns_wdt_device 332 drivers/watchdog/cadence_wdt.c watchdog_set_nowayout(cdns_wdt_device, nowayout); cdns_wdt_device 333 drivers/watchdog/cadence_wdt.c watchdog_stop_on_reboot(cdns_wdt_device); cdns_wdt_device 334 drivers/watchdog/cadence_wdt.c watchdog_set_drvdata(cdns_wdt_device, wdt); cdns_wdt_device 363 drivers/watchdog/cadence_wdt.c watchdog_stop_on_reboot(cdns_wdt_device); cdns_wdt_device 364 drivers/watchdog/cadence_wdt.c watchdog_stop_on_unregister(cdns_wdt_device); cdns_wdt_device 365 drivers/watchdog/cadence_wdt.c ret = devm_watchdog_register_device(dev, cdns_wdt_device); cdns_wdt_device 371 drivers/watchdog/cadence_wdt.c wdt->regs, cdns_wdt_device->timeout, cdns_wdt_device 387 drivers/watchdog/cadence_wdt.c if (watchdog_active(&wdt->cdns_wdt_device)) { cdns_wdt_device 388 drivers/watchdog/cadence_wdt.c cdns_wdt_stop(&wdt->cdns_wdt_device); cdns_wdt_device 406 drivers/watchdog/cadence_wdt.c if (watchdog_active(&wdt->cdns_wdt_device)) { cdns_wdt_device 412 drivers/watchdog/cadence_wdt.c cdns_wdt_start(&wdt->cdns_wdt_device);