Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dnotif.c179 return notif_rpc(OPTEE_RPC_NOTIFICATION_WAIT, value, 0); in notif_wait()
189 return notif_rpc(OPTEE_RPC_NOTIFICATION_WAIT, value, timeout_ms); in notif_wait_timeout()
/optee_os/core/include/
H A Doptee_rpc_cmd.h76 #define OPTEE_RPC_NOTIFICATION_WAIT U(0) macro