Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Ddw_wdt.c83 struct dw_wdt { struct
88 enum dw_wdt_rmod rmod; argument
89 struct dw_wdt_timeout timeouts[DW_WDT_NUM_TOPS]; argument
101 #define to_dw_wdt(wdd) container_of(wdd, struct dw_wdt, wdd) argument
103 static inline int dw_wdt_is_enabled(struct dw_wdt *dw_wdt) in dw_wdt_is_enabled()
109 static void dw_wdt_update_mode(struct dw_wdt *dw_wdt, enum dw_wdt_rmod rmod) in dw_wdt_update_mode()
123 static unsigned int dw_wdt_find_best_top(struct dw_wdt *dw_wdt, in dw_wdt_find_best_top()
146 static unsigned int dw_wdt_get_min_timeout(struct dw_wdt *dw_wdt) in dw_wdt_get_min_timeout()
162 static unsigned int dw_wdt_get_max_timeout_ms(struct dw_wdt *dw_wdt) in dw_wdt_get_max_timeout_ms()
172 static unsigned int dw_wdt_get_timeout(struct dw_wdt *dw_wdt) in dw_wdt_get_timeout()
[all …]