Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtee_core.h118 int (*object_invoke_func)(struct tee_context *ctx, member
/linux/drivers/tee/qcomtee/
H A Dcall.c688 .object_invoke_func = qcomtee_object_invoke,
/linux/drivers/tee/
H A Dtee_core.c682 if (!ctx->teedev->desc->ops->object_invoke_func) in tee_ioctl_object_invoke()
709 rc = ctx->teedev->desc->ops->object_invoke_func(ctx, &arg, params); in tee_ioctl_object_invoke()