Searched refs:bcm2835_wdt_wdd (Results 1 – 1 of 1) sorted by relevance
114 static struct watchdog_device bcm2835_wdt_wdd = { variable188 watchdog_set_drvdata(&bcm2835_wdt_wdd, wdt); in bcm2835_wdt_probe()189 watchdog_init_timeout(&bcm2835_wdt_wdd, heartbeat, dev); in bcm2835_wdt_probe()190 watchdog_set_nowayout(&bcm2835_wdt_wdd, nowayout); in bcm2835_wdt_probe()191 bcm2835_wdt_wdd.parent = &pdev->dev; in bcm2835_wdt_probe()192 err = watchdog_register_device(&bcm2835_wdt_wdd); in bcm2835_wdt_probe()216 watchdog_unregister_device(&bcm2835_wdt_wdd); in bcm2835_wdt_remove()224 bcm2835_wdt_stop(&bcm2835_wdt_wdd); in bcm2835_wdt_shutdown()