Searched defs:dw_wdt (Results 1 – 1 of 1) sorted by relevance
82 struct dw_wdt { struct87 enum dw_wdt_rmod rmod; argument88 struct dw_wdt_timeout timeouts[DW_WDT_NUM_TOPS]; argument100 #define to_dw_wdt(wdd) container_of(wdd, struct dw_wdt, wdd) argument102 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 …]