Home
last modified time | relevance | path

Searched refs:TEE_IMPL_ID_OPTEE (Results 1 – 8 of 8) sorted by relevance

/linux/include/uapi/linux/
H A Dtee.h59 #define TEE_IMPL_ID_OPTEE 1 macro
/linux/drivers/tee/optee/
H A Ddevice.c16 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
H A Dffa_abi.c906 .impl_id = TEE_IMPL_ID_OPTEE, in optee_ffa_get_version()
H A Dsmc_abi.c1222 .impl_id = TEE_IMPL_ID_OPTEE, in optee_get_version()
/linux/drivers/nvmem/
H A Dstm32-bsec-optee-ta.c63 if ((ver->impl_id == TEE_IMPL_ID_OPTEE) && in stm32_bsec_optee_ta_match()
/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c198 if (ver->impl_id == TEE_IMPL_ID_OPTEE && in optee_ctx_match()
/linux/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c38 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in tee_ctx_match()
/linux/drivers/rtc/
H A Drtc-optee.c544 return (ver->impl_id == TEE_IMPL_ID_OPTEE); in optee_ctx_match()