invoke_func       309 drivers/tee/optee/core.c 	.invoke_func = optee_invoke_func,
invoke_func       380 drivers/tee/tee_core.c 	if (!ctx->teedev->desc->ops->invoke_func)
invoke_func       408 drivers/tee/tee_core.c 	rc = ctx->teedev->desc->ops->invoke_func(ctx, &arg, params);
invoke_func      1029 drivers/tee/tee_core.c 	if (!ctx->teedev->desc->ops->invoke_func)
invoke_func      1031 drivers/tee/tee_core.c 	return ctx->teedev->desc->ops->invoke_func(ctx, arg, param);
invoke_func       102 include/linux/tee_drv.h 	int (*invoke_func)(struct tee_context *ctx,