Home
last modified time | relevance | path

Searched refs:hpwdt_dev (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/watchdog/
Dhpwdt.c202 static struct watchdog_device hpwdt_dev = { variable
312 watchdog_set_nowayout(&hpwdt_dev, nowayout); in hpwdt_init_one()
313 if (watchdog_init_timeout(&hpwdt_dev, soft_margin, NULL)) in hpwdt_init_one()
316 hpwdt_dev.parent = &dev->dev; in hpwdt_init_one()
317 retval = watchdog_register_device(&hpwdt_dev); in hpwdt_init_one()
325 HPWDT_VERSION, hpwdt_dev.timeout, nowayout); in hpwdt_init_one()
346 watchdog_unregister_device(&hpwdt_dev); in hpwdt_exit()