Lines Matching defs:wdt_dev
140 static int orion_wdt_ping(struct watchdog_device *wdt_dev) in orion_wdt_ping()
149 static int armada375_start(struct watchdog_device *wdt_dev) in armada375_start()
174 static int armada370_start(struct watchdog_device *wdt_dev) in armada370_start()
197 static int orion_start(struct watchdog_device *wdt_dev) in orion_start()
216 static int orion_wdt_start(struct watchdog_device *wdt_dev) in orion_wdt_start()
224 static int orion_stop(struct watchdog_device *wdt_dev) in orion_stop()
237 static int armada375_stop(struct watchdog_device *wdt_dev) in armada375_stop()
255 static int armada370_stop(struct watchdog_device *wdt_dev) in armada370_stop()
271 static int orion_wdt_stop(struct watchdog_device *wdt_dev) in orion_wdt_stop()
299 static int orion_wdt_enabled(struct watchdog_device *wdt_dev) in orion_wdt_enabled()
306 static unsigned int orion_wdt_get_timeleft(struct watchdog_device *wdt_dev) in orion_wdt_get_timeleft()
312 static int orion_wdt_set_timeout(struct watchdog_device *wdt_dev, in orion_wdt_set_timeout()
576 struct watchdog_device *wdt_dev = platform_get_drvdata(pdev); in orion_wdt_remove() local
587 struct watchdog_device *wdt_dev = platform_get_drvdata(pdev); in orion_wdt_shutdown() local