Searched refs:hpwdt_dev (Results 1 – 1 of 1) sorted by relevance
60 static struct watchdog_device hpwdt_dev; variable224 static struct watchdog_device hpwdt_dev = { variable325 set_bit(WDOG_HW_RUNNING, &hpwdt_dev.status); in hpwdt_init_one()333 watchdog_stop_on_unregister(&hpwdt_dev); in hpwdt_init_one()334 watchdog_set_nowayout(&hpwdt_dev, nowayout); in hpwdt_init_one()349 hpwdt_dev.parent = &dev->dev; in hpwdt_init_one()357 hpwdt_dev.timeout, nowayout); in hpwdt_init_one()375 watchdog_unregister_device(&hpwdt_dev); in hpwdt_exit()383 if (watchdog_active(&hpwdt_dev)) in hpwdt_suspend()391 if (watchdog_active(&hpwdt_dev)) in hpwdt_resume()[all …]