Home
last modified time | relevance | path

Searched refs:PTA_CMD_GET_DEVICES_SUPP (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dpta_device.h27 #define PTA_CMD_GET_DEVICES_SUPP 0x1 /* after tee-supplicant run */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dpta_device.h27 #define PTA_CMD_GET_DEVICES_SUPP 0x1 /* after tee-supplicant run */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dpta_device.h27 #define PTA_CMD_GET_DEVICES_SUPP 0x1 /* after tee-supplicant run */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dpta_device.h27 #define PTA_CMD_GET_DEVICES_SUPP 0x1 /* after tee-supplicant run */ macro
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Doptee_private.h187 #define PTA_CMD_GET_DEVICES_SUPP 0x1 macro
H A Dcore.c217 WARN_ON(optee_enumerate_devices(PTA_CMD_GET_DEVICES_SUPP)); in optee_bus_scan()