Searched refs:features (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/include/drivers/ |
A D | rtc.h | 52 static inline TEE_Result rtc_get_info(uint64_t *features, in rtc_get_info() argument 60 *features = RTC_CORRECTION_FEATURE; in rtc_get_info() 103 static inline TEE_Result rtc_get_info(uint64_t *features __unused, in rtc_get_info()
|
/optee_os-3.20.0/core/pta/ |
A D | rtc.c | 126 uint64_t features = 0; in rtc_pta_get_info() local 140 res = rtc_get_info(&features, &range_min, &range_max); in rtc_pta_get_info() 146 if (features & RTC_CORRECTION_FEATURE) in rtc_pta_get_info() 147 info->features |= PTA_RTC_FEATURE_CORRECTION; in rtc_pta_get_info()
|
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/utils/ |
A D | info.c | 141 } features[] = { in show_config() local 148 for (i = 0; i < ARRAY_SIZE(features); i++) { in show_config() 149 LOG_I("\t%s%s", cfg & features[i].val ? "with\t" : "without\t", in show_config() 150 features[i].name); in show_config()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | pta_rtc.h | 40 uint64_t features; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | version_features.c | 28 static const char * const features[] = { variable 855 const char * const *idx = features; in mbedtls_version_check_feature()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | README.md | 11 …guration file `include/mbedtls/config.h`, which is also the place where features can be selected. … 39 …eflect all changes present in the CMake and Make build system, although features may not be ported… 56 …rs to more easily move between different platforms. Users who need more features are recommended t… 175 We've included example programs for a lot of different features and uses in [`programs/`](programs/… 176 Please note that the goal of these sample programs is to demonstrate specific features of the libra… 240 ### Upcoming features
|
A D | CONTRIBUTING.md | 28 …f the library. Unless the user has made an active decision to use newer features, a newer generati… 30 …hanges to the ABI or API, even on the main development branch where new features are added, need t… 42 …rity fixes and fixes for other defects, without encountering additional features or API extensions…
|
A D | ChangeLog | 1582 hardware accelerators that don't implement all options or features. 2558 library features that do not require an entropy source. 2607 features. Contributed by Aviv Palivoda. 4273 Note: Most of these features have been donated by Fox-IT
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 499 ## New features 611 ## New features 727 ## New features 860 ## New features 971 ## New features 1099 ## New features 1203 ## New features 1280 ## New features 1329 ## New features 1395 ## New features [all …]
|
Completed in 17 milliseconds