Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tee/optee/
Drpc.c162 arg->ret = optee_supp_thrd_req(ctx, arg->cmd, arg->num_params, params); in handle_rpc_supp_cmd()
182 ret = optee_supp_thrd_req(ctx, OPTEE_MSG_RPC_CMD_SHM_ALLOC, 1, &param); in cmd_alloc_suppl()
311 optee_supp_thrd_req(ctx, OPTEE_MSG_RPC_CMD_SHM_FREE, 1, &param); in cmd_free_suppl()
Doptee_private.h130 u32 optee_supp_thrd_req(struct tee_context *ctx, u32 func, size_t num_params,
Dsupp.c76 u32 optee_supp_thrd_req(struct tee_context *ctx, u32 func, size_t num_params, in optee_supp_thrd_req() function