at91wdt 80 drivers/watchdog/at91sam9_wdt.c #define to_wdt(wdd) container_of(wdd, struct at91wdt, wdd) at91wdt 98 drivers/watchdog/at91sam9_wdt.c struct at91wdt *wdt = (struct at91wdt *)dev_id; at91wdt 112 drivers/watchdog/at91sam9_wdt.c static inline void at91_wdt_reset(struct at91wdt *wdt) at91wdt 122 drivers/watchdog/at91sam9_wdt.c struct at91wdt *wdt = from_timer(wdt, t, timer); at91wdt 134 drivers/watchdog/at91sam9_wdt.c struct at91wdt *wdt = to_wdt(wdd); at91wdt 152 drivers/watchdog/at91sam9_wdt.c static int at91_wdt_init(struct platform_device *pdev, struct at91wdt *wdt) at91wdt 266 drivers/watchdog/at91sam9_wdt.c static int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt) at91wdt 322 drivers/watchdog/at91sam9_wdt.c static inline int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt) at91wdt 331 drivers/watchdog/at91sam9_wdt.c struct at91wdt *wdt; at91wdt 387 drivers/watchdog/at91sam9_wdt.c struct at91wdt *wdt = platform_get_drvdata(pdev);