Searched refs:optee_supp_thrd_req (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/tee/optee/ |
D | rpc.c | 201 arg->ret = optee_supp_thrd_req(ctx, arg->cmd, arg->num_params, params); in handle_rpc_supp_cmd() 222 ret = optee_supp_thrd_req(ctx, OPTEE_RPC_CMD_SHM_ALLOC, 1, ¶m); in optee_rpc_cmd_alloc_suppl() 255 optee_supp_thrd_req(ctx, OPTEE_RPC_CMD_SHM_FREE, 1, ¶m); in optee_rpc_cmd_free_suppl()
|
D | optee_private.h | 214 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
|