Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/watchdog/
Dbcm2835_wdt.c139 static struct watchdog_device bcm2835_wdt_wdd = { variable
185 watchdog_set_drvdata(&bcm2835_wdt_wdd, wdt); in bcm2835_wdt_probe()
186 watchdog_init_timeout(&bcm2835_wdt_wdd, heartbeat, dev); in bcm2835_wdt_probe()
187 watchdog_set_nowayout(&bcm2835_wdt_wdd, nowayout); in bcm2835_wdt_probe()
188 bcm2835_wdt_wdd.parent = dev; in bcm2835_wdt_probe()
198 set_bit(WDOG_HW_RUNNING, &bcm2835_wdt_wdd.status); in bcm2835_wdt_probe()
201 watchdog_set_restart_priority(&bcm2835_wdt_wdd, 128); in bcm2835_wdt_probe()
203 watchdog_stop_on_reboot(&bcm2835_wdt_wdd); in bcm2835_wdt_probe()
204 err = devm_watchdog_register_device(dev, &bcm2835_wdt_wdd); in bcm2835_wdt_probe()