Home
last modified time | relevance | path

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

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