Searched refs:features (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/pta/ |
| H A D | rtc.c | 270 uint64_t features = 0; in rtc_pta_get_info() local 287 res = rtc_get_info(&features, &range_min, &range_max); in rtc_pta_get_info() 293 if (features & RTC_CORRECTION_FEATURE) in rtc_pta_get_info() 294 info->features |= PTA_RTC_FEATURE_CORRECTION; in rtc_pta_get_info() 295 if (features & RTC_ALARM_FEATURE) in rtc_pta_get_info() 296 info->features |= PTA_RTC_FEATURE_ALARM; in rtc_pta_get_info() 297 if (features & RTC_WAKEUP_ALARM) in rtc_pta_get_info() 298 info->features |= PTA_RTC_FEATURE_WAKEUP_ALARM; in rtc_pta_get_info()
|
| /optee_os/core/include/drivers/ |
| H A D | rtc.h | 178 static inline TEE_Result rtc_get_info(uint64_t *features, in rtc_get_info() argument 186 *features = RTC_CORRECTION_FEATURE; in rtc_get_info() 191 *features |= RTC_ALARM_FEATURE; in rtc_get_info() 194 *features |= RTC_WAKEUP_ALARM; in rtc_get_info() 307 static inline TEE_Result rtc_get_info(uint64_t *features __unused, in rtc_get_info()
|
| /optee_os/core/drivers/crypto/se050/adaptors/utils/ |
| H 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/lib/libutee/include/ |
| H A D | pta_rtc.h | 67 uint64_t features; member
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | version_features.c | 16 static const char * const features[] = { variable 828 const char * const *idx = features; in mbedtls_version_check_feature()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 33 …f the library. Unless the user has made an active decision to use newer features, a newer generati… 35 …hanges to the ABI or API, even on the main development branch where new features are added, need t… 43 …rity fixes and fixes for other defects, without encountering additional features or API extensions…
|
| H A D | README.md | 11 … file `include/mbedtls/mbedtls_config.h`, which is also the place where features can be selected. … 41 …eflect all changes present in the CMake and Make build system, although features may not be ported… 89 …rs to more easily move between different platforms. Users who need more features are recommended t… 237 We've included example programs for a lot of different features and uses in [`programs/`](programs/… 238 Please note that the goal of these sample programs is to demonstrate specific features of the libra…
|
| H A D | ChangeLog | 933 features were not getting automatically enabled. Fixes #7420. 3471 hardware accelerators that don't implement all options or features. 4447 library features that do not require an entropy source. 4496 features. Contributed by Aviv Palivoda. 6162 Note: Most of these features have been donated by Fox-IT
|
| /optee_os/ |
| H A D | CHANGELOG.md | 829 ## New features 941 ## New features 957 * RK322X PSCI version, features and suspend support ([#1720]) 964 ## Removed features 1057 ## New features 1076 ## Removed features 1190 ## New features 1301 ## New features 1429 ## New features 1533 ## New features [all …]
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 223 * remove features to reduce code size 271 By default, all QCBOR floating-point features are enabled: 433 Here's the list of all features that can be disabled to save object 450 disable any encoding features, just some error checking. Disable it 497 or not to use spiffy decode features or to just use
|