Searched refs:stmp3xxx_wdd (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A Dstmp3xxx_rtc_wdt.c64 static struct watchdog_device stmp3xxx_wdd = { variable in typeref:struct:watchdog_device
76 watchdog_set_drvdata(&stmp3xxx_wdd, &pdev->dev); stmp3xxx_wdt_probe()
78 stmp3xxx_wdd.timeout = clamp_t(unsigned, heartbeat, 1, STMP3XXX_MAX_TIMEOUT); stmp3xxx_wdt_probe()
80 ret = watchdog_register_device(&stmp3xxx_wdd); stmp3xxx_wdt_probe()
87 stmp3xxx_wdd.timeout); stmp3xxx_wdt_probe()
93 watchdog_unregister_device(&stmp3xxx_wdd); stmp3xxx_wdt_remove()
99 struct watchdog_device *wdd = &stmp3xxx_wdd; stmp3xxx_wdt_suspend()
109 struct watchdog_device *wdd = &stmp3xxx_wdd; stmp3xxx_wdt_resume()

Completed in 50 milliseconds