Home
last modified time | relevance | path

Searched refs:watchdog_gettimeleft (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/drivers/
H A Dwdt.h93 static inline TEE_Result watchdog_gettimeleft(bool *is_started, in watchdog_gettimeleft() function
117 static inline TEE_Result watchdog_gettimeleft(bool *is_started __unused, in watchdog_gettimeleft() function
/optee_os/core/drivers/wdt/
H A Dwatchdog_sm.c71 res = watchdog_gettimeleft(&is_started, &timeleft); in __wdt_sm_handler()