Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dcoh901327_wdt.c233 static struct watchdog_device coh901327_wdt = { variable
274 coh901327_wdt.bootstatus |= WDIOF_CARDRESET; in coh901327_probe()
310 watchdog_init_timeout(&coh901327_wdt, margin, dev); in coh901327_probe()
312 coh901327_wdt.parent = dev; in coh901327_probe()
313 ret = watchdog_register_device(&coh901327_wdt); in coh901327_probe()
318 coh901327_wdt.timeout); in coh901327_probe()
H A DMakefile64 obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dwatchdog-parameters.rst117 coh901327_wdt:
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS2188 F: drivers/watchdog/coh901327_wdt.c