Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/drivers/
A Dstm32_tamp.c114 struct stm32_tamp_compat *compat; member
159 if (tamp->compat && (tamp->compat->tags & TAMP_HAS_REGISTER_SECCFG)) { in stm32_tamp_set_secure_bkpregs()
189 if (tamp->compat && (tamp->compat->tags & TAMP_HAS_REGISTER_SECCFG)) { in stm32_tamp_set_secure()
210 if (tamp->compat && (tamp->compat->tags & TAMP_HAS_REGISTER_PRIVCFGR)) in stm32_tamp_set_privilege()
217 const void *compat) in stm32_tamp_parse_fdt() argument
227 tamp->compat = (struct stm32_tamp_compat *)compat; in stm32_tamp_parse_fdt()
/optee_os-3.20.0/core/kernel/
A Ddt_driver.c399 const char *compat, in probe_device_by_compat() argument
410 if (strcmp(dm->compatible, compat) == 0) in probe_device_by_compat()
427 const char *compat = NULL; in dt_driver_probe_device_by_node() local
437 compat = fdt_stringlist_get(fdt, nodeoffset, "compatible", in dt_driver_probe_device_by_node()
439 if (!compat) in dt_driver_probe_device_by_node()
442 res = probe_device_by_compat(fdt, nodeoffset, compat, type); in dt_driver_probe_device_by_node()
579 const char *compat) in add_probe_node_by_compat() argument
588 if (strcmp(dm->compatible, compat) == 0) { in add_probe_node_by_compat()
620 const char *compat = NULL; in dt_driver_maybe_add_probe_node() local
632 assert(compat && len > 0); in dt_driver_maybe_add_probe_node()
[all …]
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md186 - `tests/compat.sh` tests interoperability of every ciphersuite with other implementations.
A DChangeLog2450 * Remove macros from compat-1.3.h that correspond to deleted items from most
2489 mbedtls_ssl_set_bio_timeout in compat-1.3.h, by removing it.
2880 Migration helpers scripts/rename.pl and include/mbedtls/compat-1.3.h are
2900 (see rename.pl and compat-1.3.h above) and their first argument's type
2971 * Removed compat-1.2.h (helper for migrating from 1.2 to 1.3).
2977 * Removed test program o_p_test, the script compat.sh does more.
3120 * compat-1.2.h and openssl.h are deprecated.
3431 * Revamped the compat.sh interoperatibility script to include support for
3965 * Added OpenSSL / PolarSSL compatibility script (tests/compat.sh) and

Completed in 12 milliseconds