Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dat91sam9_wdt.c80 #define to_wdt(wdd) container_of(wdd, struct at91wdt, wdd)
81 struct at91wdt { struct
98 struct at91wdt *wdt = (struct at91wdt *)dev_id; in wdt_interrupt() argument
112 static inline void at91_wdt_reset(struct at91wdt *wdt) in at91_wdt_reset()
122 struct at91wdt *wdt = from_timer(wdt, t, timer); in at91_ping()
134 struct at91wdt *wdt = to_wdt(wdd); in at91_wdt_start()
152 static int at91_wdt_init(struct platform_device *pdev, struct at91wdt *wdt) in at91_wdt_init()
265 static int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt) in of_at91wdt_init()
321 static inline int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt) in of_at91wdt_init()
330 struct at91wdt *wdt; in at91wdt_probe()
[all …]