Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Ddw_wdt.c82 struct dw_wdt { struct
87 enum dw_wdt_rmod rmod; argument
88 struct dw_wdt_timeout timeouts[DW_WDT_NUM_TOPS]; argument
100 #define to_dw_wdt(wdd) container_of(wdd, struct dw_wdt, wdd) argument
102 static inline int dw_wdt_is_enabled(struct dw_wdt *dw_wdt) in dw_wdt_is_enabled()
108 static void dw_wdt_update_mode(struct dw_wdt *dw_wdt, enum dw_wdt_rmod rmod) in dw_wdt_update_mode()
122 static unsigned int dw_wdt_find_best_top(struct dw_wdt *dw_wdt, in dw_wdt_find_best_top()
145 static unsigned int dw_wdt_get_min_timeout(struct dw_wdt *dw_wdt) in dw_wdt_get_min_timeout()
161 static unsigned int dw_wdt_get_max_timeout_ms(struct dw_wdt *dw_wdt) in dw_wdt_get_max_timeout_ms()
171 static unsigned int dw_wdt_get_timeout(struct dw_wdt *dw_wdt) in dw_wdt_get_timeout()
[all …]