Lines Matching defs:wdt_dev
180 static int orion_wdt_ping(struct watchdog_device *wdt_dev) in orion_wdt_ping()
189 static int armada375_start(struct watchdog_device *wdt_dev) in armada375_start()
214 static int armada370_start(struct watchdog_device *wdt_dev) in armada370_start()
237 static int orion_start(struct watchdog_device *wdt_dev) in orion_start()
256 static int orion_wdt_start(struct watchdog_device *wdt_dev) in orion_wdt_start()
264 static int orion_stop(struct watchdog_device *wdt_dev) in orion_stop()
277 static int armada375_stop(struct watchdog_device *wdt_dev) in armada375_stop()
295 static int armada370_stop(struct watchdog_device *wdt_dev) in armada370_stop()
311 static int orion_wdt_stop(struct watchdog_device *wdt_dev) in orion_wdt_stop()
339 static int orion_wdt_enabled(struct watchdog_device *wdt_dev) in orion_wdt_enabled()
346 static unsigned int orion_wdt_get_timeleft(struct watchdog_device *wdt_dev) in orion_wdt_get_timeleft()
352 static int orion_wdt_set_timeout(struct watchdog_device *wdt_dev, in orion_wdt_set_timeout()
617 struct watchdog_device *wdt_dev = platform_get_drvdata(pdev); in orion_wdt_remove() local
628 struct watchdog_device *wdt_dev = platform_get_drvdata(pdev); in orion_wdt_shutdown() local