bcm2835_wdt_wdd   139 drivers/watchdog/bcm2835_wdt.c static struct watchdog_device bcm2835_wdt_wdd = {
bcm2835_wdt_wdd   185 drivers/watchdog/bcm2835_wdt.c 	watchdog_set_drvdata(&bcm2835_wdt_wdd, wdt);
bcm2835_wdt_wdd   186 drivers/watchdog/bcm2835_wdt.c 	watchdog_init_timeout(&bcm2835_wdt_wdd, heartbeat, dev);
bcm2835_wdt_wdd   187 drivers/watchdog/bcm2835_wdt.c 	watchdog_set_nowayout(&bcm2835_wdt_wdd, nowayout);
bcm2835_wdt_wdd   188 drivers/watchdog/bcm2835_wdt.c 	bcm2835_wdt_wdd.parent = dev;
bcm2835_wdt_wdd   198 drivers/watchdog/bcm2835_wdt.c 		set_bit(WDOG_HW_RUNNING, &bcm2835_wdt_wdd.status);
bcm2835_wdt_wdd   201 drivers/watchdog/bcm2835_wdt.c 	watchdog_set_restart_priority(&bcm2835_wdt_wdd, 128);
bcm2835_wdt_wdd   203 drivers/watchdog/bcm2835_wdt.c 	watchdog_stop_on_reboot(&bcm2835_wdt_wdd);
bcm2835_wdt_wdd   204 drivers/watchdog/bcm2835_wdt.c 	err = devm_watchdog_register_device(dev, &bcm2835_wdt_wdd);