Lines Matching full:tee
35 * This file describes the API provided by a TEE driver to user space.
37 * Each TEE driver defines a TEE specific protocol which is used for the
51 #define TEE_GEN_CAP_GP (1 << 0)/* GlobalPlatform compliant TEE */
56 * TEE Implementation ID
61 * OP-TEE specific capabilities
66 * struct tee_ioctl_version_data - TEE version
67 * @impl_id: [out] TEE implementation id
71 * Identifies the TEE implementation, @impl_id is one of TEE_IMPL_ID_* above.
82 * TEE_IOC_VERSION - query version of TEE
84 * Takes a tee_ioctl_version_data struct and returns with the TEE version
166 * Matches TEEC_LOGIN_* in GP TEE Client API
302 * @num_params is the number of params that tee-supplicant has room to
304 * tee-supplicant receives when output.
373 * Five syscalls are used when communicating with the TEE driver.