ux500_wdt          79 drivers/watchdog/ux500_wdt.c static struct watchdog_device ux500_wdt = {
ux500_wdt          96 drivers/watchdog/ux500_wdt.c 			ux500_wdt.max_timeout = WATCHDOG_MAX28;
ux500_wdt          99 drivers/watchdog/ux500_wdt.c 	ux500_wdt.parent = dev;
ux500_wdt         100 drivers/watchdog/ux500_wdt.c 	watchdog_set_nowayout(&ux500_wdt, nowayout);
ux500_wdt         108 drivers/watchdog/ux500_wdt.c 	ret = devm_watchdog_register_device(dev, &ux500_wdt);
ux500_wdt         121 drivers/watchdog/ux500_wdt.c 	if (watchdog_active(&ux500_wdt)) {
ux500_wdt         122 drivers/watchdog/ux500_wdt.c 		ux500_wdt_stop(&ux500_wdt);
ux500_wdt         126 drivers/watchdog/ux500_wdt.c 		ux500_wdt_start(&ux500_wdt);
ux500_wdt         133 drivers/watchdog/ux500_wdt.c 	if (watchdog_active(&ux500_wdt)) {
ux500_wdt         134 drivers/watchdog/ux500_wdt.c 		ux500_wdt_stop(&ux500_wdt);
ux500_wdt         138 drivers/watchdog/ux500_wdt.c 		ux500_wdt_start(&ux500_wdt);