Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dmpc8xxx_wdt.c88 static struct watchdog_device mpc8xxx_wdt_dev; variable
91 (unsigned long)&mpc8xxx_wdt_dev);
146 static struct watchdog_device mpc8xxx_wdt_dev = { variable
187 mpc8xxx_wdt_dev.timeout = timeout_sec; in mpc8xxx_wdt_probe()
216 watchdog_unregister_device(&mpc8xxx_wdt_dev); in mpc8xxx_wdt_remove()
268 watchdog_set_nowayout(&mpc8xxx_wdt_dev, nowayout); in mpc8xxx_wdt_init_late()
270 ret = watchdog_register_device(&mpc8xxx_wdt_dev); in mpc8xxx_wdt_init_late()