Home
last modified time | relevance | path

Searched refs:ux500_wdt (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/watchdog/
Dux500_wdt.c80 static struct watchdog_device ux500_wdt = { variable
96 ux500_wdt.max_timeout = WATCHDOG_MAX28; in ux500_wdt_probe()
99 ux500_wdt.parent = &pdev->dev; in ux500_wdt_probe()
100 watchdog_set_nowayout(&ux500_wdt, nowayout); in ux500_wdt_probe()
108 ret = watchdog_register_device(&ux500_wdt); in ux500_wdt_probe()
119 watchdog_unregister_device(&ux500_wdt); in ux500_wdt_remove()
128 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_suspend()
129 ux500_wdt_stop(&ux500_wdt); in ux500_wdt_suspend()
133 ux500_wdt_start(&ux500_wdt); in ux500_wdt_suspend()
140 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_resume()
[all …]
DMakefile58 obj-$(CONFIG_UX500_WATCHDOG) += ux500_wdt.o
DKconfig471 module will be called ux500_wdt.