Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Djz4740_wdt.c141 struct watchdog_device *jz4740_wdt; in jz4740_wdt_probe() local
166 jz4740_wdt = &drvdata->wdt; in jz4740_wdt_probe()
167 jz4740_wdt->info = &jz4740_wdt_info; in jz4740_wdt_probe()
168 jz4740_wdt->ops = &jz4740_wdt_ops; in jz4740_wdt_probe()
169 jz4740_wdt->min_timeout = 1; in jz4740_wdt_probe()
170 jz4740_wdt->max_timeout = 0xffff / rate; in jz4740_wdt_probe()
171 jz4740_wdt->timeout = clamp(heartbeat, in jz4740_wdt_probe()
172 jz4740_wdt->min_timeout, in jz4740_wdt_probe()
173 jz4740_wdt->max_timeout); in jz4740_wdt_probe()
174 jz4740_wdt->parent = dev; in jz4740_wdt_probe()
[all …]
DMakefile170 obj-$(CONFIG_JZ4740_WDT) += jz4740_wdt.o
/linux-6.12.1/Documentation/translations/zh_TW/arch/mips/
Dingenic-tcu.rst65 看門狗 drivers/watchdog/jz4740_wdt.c
/linux-6.12.1/Documentation/translations/zh_CN/arch/mips/
Dingenic-tcu.rst65 看门狗 drivers/watchdog/jz4740_wdt.c
/linux-6.12.1/Documentation/arch/mips/
Dingenic-tcu.rst63 watchdog drivers/watchdog/jz4740_wdt.c
/linux-6.12.1/
DMAINTAINERS11189 F: drivers/watchdog/jz4740_wdt.c