Lines Matching defs:wdt_dev
183 static int orion_wdt_ping(struct watchdog_device *wdt_dev) in orion_wdt_ping()
196 static int armada375_start(struct watchdog_device *wdt_dev) in armada375_start()
226 static int armada370_start(struct watchdog_device *wdt_dev) in armada370_start()
251 static int orion_start(struct watchdog_device *wdt_dev) in orion_start()
270 static int orion_wdt_start(struct watchdog_device *wdt_dev) in orion_wdt_start()
278 static int orion_stop(struct watchdog_device *wdt_dev) in orion_stop()
291 static int armada375_stop(struct watchdog_device *wdt_dev) in armada375_stop()
312 static int armada370_stop(struct watchdog_device *wdt_dev) in armada370_stop()
331 static int orion_wdt_stop(struct watchdog_device *wdt_dev) in orion_wdt_stop()
359 static int orion_wdt_enabled(struct watchdog_device *wdt_dev) in orion_wdt_enabled()
366 static unsigned int orion_wdt_get_timeleft(struct watchdog_device *wdt_dev) in orion_wdt_get_timeleft()
652 struct watchdog_device *wdt_dev = platform_get_drvdata(pdev); in orion_wdt_remove() local
662 struct watchdog_device *wdt_dev = platform_get_drvdata(pdev); in orion_wdt_shutdown() local