Searched refs:stmp3xxx_wdd (Results 1 – 1 of 1) sorted by relevance
64 static struct watchdog_device stmp3xxx_wdd = { variable76 watchdog_set_drvdata(&stmp3xxx_wdd, &pdev->dev); in stmp3xxx_wdt_probe()78 stmp3xxx_wdd.timeout = clamp_t(unsigned, heartbeat, 1, STMP3XXX_MAX_TIMEOUT); in stmp3xxx_wdt_probe()79 stmp3xxx_wdd.parent = &pdev->dev; in stmp3xxx_wdt_probe()81 ret = watchdog_register_device(&stmp3xxx_wdd); in stmp3xxx_wdt_probe()88 stmp3xxx_wdd.timeout); in stmp3xxx_wdt_probe()94 watchdog_unregister_device(&stmp3xxx_wdd); in stmp3xxx_wdt_remove()100 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_suspend()110 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_resume()