Searched refs:optee_supp_thrd_req (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/tee/optee/ | 
| D | rpc.c | 254 	arg->ret = optee_supp_thrd_req(ctx, arg->cmd, arg->num_params, params);  in handle_rpc_supp_cmd()274 	ret = optee_supp_thrd_req(ctx, OPTEE_MSG_RPC_CMD_SHM_ALLOC, 1, ¶m);  in cmd_alloc_suppl()
 403 	optee_supp_thrd_req(ctx, OPTEE_MSG_RPC_CMD_SHM_FREE, 1, ¶m);  in cmd_free_suppl()
 
 | 
| D | optee_private.h | 137 u32 optee_supp_thrd_req(struct tee_context *ctx, u32 func, size_t num_params,
 | 
| D | supp.c | 76 u32 optee_supp_thrd_req(struct tee_context *ctx, u32 func, size_t num_params,  in optee_supp_thrd_req()  function
 |