Lines Matching defs:wdt_dev
185 static int orion_wdt_ping(struct watchdog_device *wdt_dev) in orion_wdt_ping()
198 static int armada375_start(struct watchdog_device *wdt_dev) in armada375_start()
228 static int armada370_start(struct watchdog_device *wdt_dev) in armada370_start()
253 static int orion_start(struct watchdog_device *wdt_dev) in orion_start()
272 static int orion_wdt_start(struct watchdog_device *wdt_dev) in orion_wdt_start()
280 static int orion_stop(struct watchdog_device *wdt_dev) in orion_stop()
293 static int armada375_stop(struct watchdog_device *wdt_dev) in armada375_stop()
314 static int armada370_stop(struct watchdog_device *wdt_dev) in armada370_stop()
333 static int orion_wdt_stop(struct watchdog_device *wdt_dev) in orion_wdt_stop()
361 static int orion_wdt_enabled(struct watchdog_device *wdt_dev) in orion_wdt_enabled()
368 static unsigned int orion_wdt_get_timeleft(struct watchdog_device *wdt_dev) in orion_wdt_get_timeleft()
654 struct watchdog_device *wdt_dev = platform_get_drvdata(pdev); in orion_wdt_remove() local
665 struct watchdog_device *wdt_dev = platform_get_drvdata(pdev); in orion_wdt_shutdown() local