Searched refs:bcm2835_wdt_wdd (Results 1 – 1 of 1) sorted by relevance
140 static struct watchdog_device bcm2835_wdt_wdd = { variable186 watchdog_set_drvdata(&bcm2835_wdt_wdd, wdt); in bcm2835_wdt_probe()187 watchdog_init_timeout(&bcm2835_wdt_wdd, heartbeat, dev); in bcm2835_wdt_probe()188 watchdog_set_nowayout(&bcm2835_wdt_wdd, nowayout); in bcm2835_wdt_probe()189 bcm2835_wdt_wdd.parent = dev; in bcm2835_wdt_probe()199 set_bit(WDOG_HW_RUNNING, &bcm2835_wdt_wdd.status); in bcm2835_wdt_probe()202 watchdog_set_restart_priority(&bcm2835_wdt_wdd, 128); in bcm2835_wdt_probe()204 watchdog_stop_on_reboot(&bcm2835_wdt_wdd); in bcm2835_wdt_probe()205 err = devm_watchdog_register_device(dev, &bcm2835_wdt_wdd); in bcm2835_wdt_probe()