Home
last modified time | relevance | path

Searched refs:bcm2835_wdt_wdd (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/watchdog/
Dbcm2835_wdt.c136 static struct watchdog_device bcm2835_wdt_wdd = { variable
189 watchdog_set_drvdata(&bcm2835_wdt_wdd, wdt); in bcm2835_wdt_probe()
190 watchdog_init_timeout(&bcm2835_wdt_wdd, heartbeat, dev); in bcm2835_wdt_probe()
191 watchdog_set_nowayout(&bcm2835_wdt_wdd, nowayout); in bcm2835_wdt_probe()
192 bcm2835_wdt_wdd.parent = dev; in bcm2835_wdt_probe()
202 set_bit(WDOG_HW_RUNNING, &bcm2835_wdt_wdd.status); in bcm2835_wdt_probe()
205 watchdog_set_restart_priority(&bcm2835_wdt_wdd, 128); in bcm2835_wdt_probe()
207 watchdog_stop_on_reboot(&bcm2835_wdt_wdd); in bcm2835_wdt_probe()
208 err = devm_watchdog_register_device(dev, &bcm2835_wdt_wdd); in bcm2835_wdt_probe()