Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dat91sam9_wdt.c83 #define to_wdt(wdd) container_of(wdd, struct at91wdt, wdd)
84 struct at91wdt { struct
101 struct at91wdt *wdt = (struct at91wdt *)dev_id; in wdt_interrupt() argument
115 static inline void at91_wdt_reset(struct at91wdt *wdt) in at91_wdt_reset()
125 struct at91wdt *wdt = (struct at91wdt *)data; in at91_ping()
137 struct at91wdt *wdt = to_wdt(wdd); in at91_wdt_start()
155 static int at91_wdt_init(struct platform_device *pdev, struct at91wdt *wdt) in at91_wdt_init()
269 static int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt) in of_at91wdt_init()
325 static inline int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt) in of_at91wdt_init()
335 struct at91wdt *wdt; in at91wdt_probe()
[all …]