Home
last modified time | relevance | path

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

/drivers/tee/optee/
Dnotif.c32 int optee_notif_wait(struct optee *optee, u_int key) in optee_notif_wait() function
Doptee_private.h235 int optee_notif_wait(struct optee *optee, u_int key);
Drpc.c142 if (optee_notif_wait(optee, arg->params[0].u.value.b)) in handle_rpc_func_cmd_wq()