Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Ddw_wdt.c48 struct dw_wdt { struct
59 #define to_dw_wdt(wdd) container_of(wdd, struct dw_wdt, wdd) argument
61 static inline int dw_wdt_is_enabled(struct dw_wdt *dw_wdt) in dw_wdt_is_enabled()
67 static inline int dw_wdt_top_in_seconds(struct dw_wdt *dw_wdt, unsigned top) in dw_wdt_top_in_seconds()
76 static int dw_wdt_get_top(struct dw_wdt *dw_wdt) in dw_wdt_get_top()
85 struct dw_wdt *dw_wdt = to_dw_wdt(wdd); in dw_wdt_ping() local
95 struct dw_wdt *dw_wdt = to_dw_wdt(wdd); in dw_wdt_set_timeout() local
122 static void dw_wdt_arm_system_reset(struct dw_wdt *dw_wdt) in dw_wdt_arm_system_reset()
135 struct dw_wdt *dw_wdt = to_dw_wdt(wdd); in dw_wdt_start() local
145 struct dw_wdt *dw_wdt = to_dw_wdt(wdd); in dw_wdt_stop() local
[all …]