Home
last modified time | relevance | path

Searched defs:dw_wdt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/watchdog/
Ddw_wdt.c54 struct dw_wdt { struct
65 #define to_dw_wdt(wdd) container_of(wdd, struct dw_wdt, wdd) argument
67 static inline int dw_wdt_is_enabled(struct dw_wdt *dw_wdt) in dw_wdt_is_enabled()
73 static inline int dw_wdt_top_in_seconds(struct dw_wdt *dw_wdt, unsigned top) in dw_wdt_top_in_seconds()
82 static int dw_wdt_get_top(struct dw_wdt *dw_wdt) in dw_wdt_get_top()
91 struct dw_wdt *dw_wdt = to_dw_wdt(wdd); in dw_wdt_ping() local
101 struct dw_wdt *dw_wdt = to_dw_wdt(wdd); in dw_wdt_set_timeout() local
128 static void dw_wdt_arm_system_reset(struct dw_wdt *dw_wdt) in dw_wdt_arm_system_reset()
141 struct dw_wdt *dw_wdt = to_dw_wdt(wdd); in dw_wdt_start() local
151 struct dw_wdt *dw_wdt = to_dw_wdt(wdd); in dw_wdt_stop() local
[all …]