Home
last modified time | relevance | path

Searched refs:notif_send_sync (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dnotif.h138 TEE_Result notif_send_sync(uint32_t value);
/optee_os/core/kernel/
H A Dnotif.c182 TEE_Result notif_send_sync(uint32_t value) in notif_send_sync() function
H A Dwait_queue.c40 res = notif_send_sync(id + NOTIF_SYNC_VALUE_BASE); in do_notif()