Searched refs:coh901327_wdt (Results 1 – 4 of 4) sorted by relevance
233 static struct watchdog_device coh901327_wdt = { variable248 watchdog_unregister_device(&coh901327_wdt); in coh901327_remove()286 coh901327_wdt.bootstatus |= WDIOF_CARDRESET; in coh901327_probe()322 watchdog_init_timeout(&coh901327_wdt, margin, dev); in coh901327_probe()324 coh901327_wdt.parent = dev; in coh901327_probe()325 ret = watchdog_register_device(&coh901327_wdt); in coh901327_probe()330 coh901327_wdt.timeout); in coh901327_probe()
63 obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
58 coh901327_wdt:
1762 F: drivers/watchdog/coh901327_wdt.c