Searched refs:compat (Results 1 – 3 of 3) sorted by relevance
/optee_os/core/kernel/ |
A D | dt_driver.c | 386 const char *compat, in probe_device_by_compat() argument 397 if (strcmp(dm->compatible, compat) == 0) in probe_device_by_compat() 414 const char *compat = NULL; in dt_driver_probe_device_by_node() local 424 compat = fdt_stringlist_get(fdt, nodeoffset, "compatible", in dt_driver_probe_device_by_node() 426 if (!compat) in dt_driver_probe_device_by_node() 429 res = probe_device_by_compat(fdt, nodeoffset, compat, type); in dt_driver_probe_device_by_node() 566 const char *compat) in add_probe_node_by_compat() argument 575 if (strcmp(dm->compatible, compat) == 0) { in add_probe_node_by_compat() 607 const char *compat = NULL; in dt_driver_maybe_add_probe_node() local 619 assert(compat && len > 0); in dt_driver_maybe_add_probe_node() [all …]
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | README.md | 186 - `tests/compat.sh` tests interoperability of every ciphersuite with other implementations.
|
A D | ChangeLog | 2235 * Remove macros from compat-1.3.h that correspond to deleted items from most 2274 mbedtls_ssl_set_bio_timeout in compat-1.3.h, by removing it. 2665 Migration helpers scripts/rename.pl and include/mbedtls/compat-1.3.h are 2685 (see rename.pl and compat-1.3.h above) and their first argument's type 2756 * Removed compat-1.2.h (helper for migrating from 1.2 to 1.3). 2762 * Removed test program o_p_test, the script compat.sh does more. 2905 * compat-1.2.h and openssl.h are deprecated. 3216 * Revamped the compat.sh interoperatibility script to include support for 3750 * Added OpenSSL / PolarSSL compatibility script (tests/compat.sh) and
|
Completed in 14 milliseconds