Home
last modified time | relevance | path

Searched refs:TEE_IOC_VERSION (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtee.h91 #define TEE_IOC_VERSION _IOR(TEE_IOC_MAGIC, TEE_IOC_BASE + 0, \ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtee.h87 #define TEE_IOC_VERSION _IOR(TEE_IOC_MAGIC, TEE_IOC_BASE + 0, \ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtee.h87 #define TEE_IOC_VERSION _IOR(TEE_IOC_MAGIC, TEE_IOC_BASE + 0, \ macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/include/linux/
H A Dtee.h91 #define TEE_IOC_VERSION _IOR(TEE_IOC_MAGIC, TEE_IOC_BASE + 0, \ macro
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dtee.rst34 - TEE_IOC_VERSION lets user space know which TEE this driver handles and
135 which is then returned by TEE_IOC_VERSION
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c99 if (ioctl(fd, TEE_IOC_VERSION, &vers)) { in teec_open_dev()
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_core.c829 case TEE_IOC_VERSION: in tee_ioctl()