Searched refs:coh901327_wdt (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A Dcoh901327_wdt.c2 * coh901327_wdt.c
249 static struct watchdog_device coh901327_wdt = { variable in typeref:struct:watchdog_device
263 watchdog_unregister_device(&coh901327_wdt); coh901327_remove()
315 coh901327_wdt.bootstatus |= WDIOF_CARDRESET; coh901327_probe()
357 ret = watchdog_init_timeout(&coh901327_wdt, margin, &pdev->dev); coh901327_probe()
359 coh901327_wdt.timeout = 60; coh901327_probe()
361 ret = watchdog_register_device(&coh901327_wdt); coh901327_probe()
H A DMakefile52 obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o

Completed in 55 milliseconds