Home
last modified time | relevance | path

Searched refs:min_timeout (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/drivers/
H A Dwdt.h36 TEE_Result (*init)(struct wdt_chip *chip, unsigned long *min_timeout,
53 TEE_Result watchdog_init(unsigned long *min_timeout, unsigned long *max_timeout) in watchdog_init() argument
61 return wdt_chip->ops->init(wdt_chip, min_timeout, max_timeout); in watchdog_init()
107 static inline TEE_Result watchdog_init(unsigned long *min_timeout __unused, in watchdog_init()
/optee_os/core/drivers/wdt/
H A Dwatchdog_sm.c21 unsigned long min_timeout = 0; in __wdt_sm_handler() local
42 min_timeout = wdt_min_timeout; in __wdt_sm_handler()
46 if (args->a2 < min_timeout || args->a2 > max_timeout) { in __wdt_sm_handler()
/optee_os/core/drivers/
H A Datmel_wdt.c211 unsigned long *min_timeout, in atmel_wdt_init() argument
214 *min_timeout = WDT_MIN_TIMEOUT; in atmel_wdt_init()
H A Dstm32_iwdg.c282 unsigned long *min_timeout, in iwdg_wdt_init() argument
292 *min_timeout = 3 * IWDG_PRESCALER_1024 / rate; in iwdg_wdt_init()