Lines Matching defs:at91wdt
80 #define to_wdt(wdd) container_of(wdd, struct at91wdt, wdd)
81 struct at91wdt {
98 struct at91wdt *wdt = (struct at91wdt *)dev_id;
112 static inline void at91_wdt_reset(struct at91wdt *wdt)
122 struct at91wdt *wdt = from_timer(wdt, t, timer);
134 struct at91wdt *wdt = to_wdt(wdd);
152 static int at91_wdt_init(struct platform_device *pdev, struct at91wdt *wdt)
265 static int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt)
321 static inline int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt)
330 struct at91wdt *wdt;
386 struct at91wdt *wdt = platform_get_drvdata(pdev);