Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/watchdog/
Dstmp3xxx_rtc_wdt.c63 static struct watchdog_device stmp3xxx_wdd = { variable
79 wdt_stop(&stmp3xxx_wdd); in wdt_notify_sys()
95 watchdog_set_drvdata(&stmp3xxx_wdd, dev); in stmp3xxx_wdt_probe()
97 stmp3xxx_wdd.timeout = clamp_t(unsigned, heartbeat, 1, STMP3XXX_MAX_TIMEOUT); in stmp3xxx_wdt_probe()
98 stmp3xxx_wdd.parent = dev; in stmp3xxx_wdt_probe()
100 ret = devm_watchdog_register_device(dev, &stmp3xxx_wdd); in stmp3xxx_wdt_probe()
108 stmp3xxx_wdd.timeout); in stmp3xxx_wdt_probe()
120 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_suspend()
130 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_resume()