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

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

Completed in 34 milliseconds