octeon_wdt        509 drivers/watchdog/octeon-wdt-main.c static struct watchdog_device octeon_wdt = {
octeon_wdt        557 drivers/watchdog/octeon-wdt-main.c 	octeon_wdt.timeout	= timeout_sec;
octeon_wdt        558 drivers/watchdog/octeon-wdt-main.c 	octeon_wdt.max_timeout	= UINT_MAX;
octeon_wdt        560 drivers/watchdog/octeon-wdt-main.c 	watchdog_set_nowayout(&octeon_wdt, nowayout);
octeon_wdt        562 drivers/watchdog/octeon-wdt-main.c 	ret = watchdog_register_device(&octeon_wdt);
octeon_wdt        583 drivers/watchdog/octeon-wdt-main.c 	watchdog_unregister_device(&octeon_wdt);
octeon_wdt        592 drivers/watchdog/octeon-wdt-main.c 	watchdog_unregister_device(&octeon_wdt);