Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dnotif.c32 int optee_notif_wait(struct optee *optee, u_int key, u32 timeout) in optee_notif_wait() function
H A Doptee_private.h277 int optee_notif_wait(struct optee *optee, u_int key, u32 timeout);
H A Drpc.c145 rc = optee_notif_wait(optee, arg->params[0].u.value.b, arg->params[0].u.value.c); in handle_rpc_func_cmd_wq()