Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/
H A Dtee.rst24 - TEE_IOC_INVOKE invokes a function in a Trusted Application.
26 - TEE_IOC_CANCEL may cancel an ongoing TEE_IOC_OPEN_SESSION or TEE_IOC_INVOKE.
/linux/include/uapi/linux/
H A Dtee.h284 #define TEE_IOC_INVOKE _IOR(TEE_IOC_MAGIC, TEE_IOC_BASE + 3, \ macro
/linux/drivers/tee/
H A Dtee_core.c832 case TEE_IOC_INVOKE: in tee_ioctl()