Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dcoh901327_wdt.c233 static struct watchdog_device coh901327_wdt = { variable
248 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()
DMakefile63 obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
/Linux-v4.19/Documentation/watchdog/
Dwatchdog-parameters.txt58 coh901327_wdt:
/Linux-v4.19/
DMAINTAINERS1762 F: drivers/watchdog/coh901327_wdt.c