/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | bitstring.h | 60 #define bit_decl(name, nbits) \ argument 64 #define bit_test(name, bit) \ argument 68 #define bit_set(name, bit) \ argument 72 #define bit_clear(name, bit) \ argument 76 #define bit_nclear(name, start, stop) do { \ argument 93 #define bit_nset(name, start, stop) do { \ argument 110 #define bit_ffc(name, nbits, value) do { \ argument 129 #define bit_ffs(name, nbits, value) do { \ argument
|
/optee_os-3.20.0/core/drivers/ |
A D | stpmic1.c | 586 bool stpmic1_regulator_is_valid(const char *name) in stpmic1_regulator_is_valid() 591 void stpmic1_regulator_levels_mv(const char *name, in stpmic1_regulator_levels_mv() 631 int stpmic1_regulator_enable(const char *name) in stpmic1_regulator_enable() 640 int stpmic1_regulator_disable(const char *name) in stpmic1_regulator_disable() 648 bool stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled() 660 static uint8_t find_plat_mask(const char *name) in find_plat_mask() 689 int stpmic1_regulator_mask_reset_set(const char *name) in stpmic1_regulator_mask_reset_set() 807 int stpmic1_regulator_voltage_get(const char *name) in stpmic1_regulator_voltage_get() 828 int stpmic1_lp_copy_reg(const char *name) in stpmic1_lp_copy_reg() 844 bool stpmic1_regu_has_lp_cfg(const char *name) in stpmic1_regu_has_lp_cfg() [all …]
|
/optee_os-3.20.0/lib/libutils/isoc/newlib/ |
A D | _ansi.h | 70 #define _EXFUN(name, proto) __cdecl name proto argument 71 #define _EXPARM(name, proto) (* __cdecl name) proto argument 73 #define _EXFUN(name, proto) name proto argument 74 #define _EXPARM(name, proto) (* name) proto argument 76 #define _DEFUN(name, arglist, args) name(args) argument 77 #define _DEFUN_VOID(name) name(_NOARGS) argument 94 #define _EXFUN(name, proto) name() argument 95 #define _DEFUN(name, arglist, args) name arglist args; argument 96 #define _DEFUN_VOID(name) name() argument
|
/optee_os-3.20.0/core/lib/libfdt/include/ |
A D | libfdt.h | 247 #define fdt_set_hdr_(name) \ argument 690 const char *name, in fdt_get_property_w() 748 const char *name, int namelen, in fdt_getprop_namelen_w() 787 const char *name, int *lenp) in fdt_getprop_w() 1285 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1320 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1332 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1468 #define fdt_property_string(fdt, name, str) \ argument 1818 const char *name, uint32_t val) in fdt_appendprop_u32() 1853 const char *name, uint64_t val) in fdt_appendprop_u64() [all …]
|
/optee_os-3.20.0/ldelf/ |
A D | ta_elf_rel.c | 19 static uint32_t elf_hash(const char *name) in elf_hash() 35 static uint32_t gnu_hash(const char *name) in gnu_hash() 48 size_t st_name, size_t st_value, const char *name, in sym_compare() 222 TEE_Result ta_elf_resolve_sym(const char *name, vaddr_t *val, in ta_elf_resolve_sym() 252 Elf32_Rel *rel, const char **name, in e32_get_sym_name() 294 const char *name = NULL; in e32_process_dyn_rel() local 308 const char *name = NULL; in e32_tls_get_module() local 329 const char *name = NULL; in e32_tls_resolve() local 484 Elf64_Rela *rela, const char **name, in e64_get_sym_name() 511 const char *name = NULL; in e64_process_dyn_rela() local [all …]
|
/optee_os-3.20.0/scripts/ |
A D | mem_usage.py | 46 def print_sect(name, addr, size, round_up=False, print_num_pages=False): argument 66 def print_pager_stat(name, size): argument
|
A D | print_tee_hash.py | 21 def resolve_symbol(elf, name): argument 46 def hash_section(h, elf, name): argument
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_property.c | 134 static TEE_Result propget_get_property(TEE_PropSetHandle h, const char *name, in propget_get_property() 191 const char *name, char *value, in TEE_GetPropertyAsString() 292 const char *name, bool *value) in TEE_GetPropertyAsBool() 320 const char *name, uint32_t *value) in TEE_GetPropertyAsU32() 345 const char *name, void *value, in TEE_GetPropertyAsBinaryBlock() 371 const char *name, TEE_UUID *value) in TEE_GetPropertyAsUUID() 396 const char *name, TEE_Identity *value) in TEE_GetPropertyAsIdentity() 474 void *name, uint32_t *name_len) in TEE_GetPropertyName()
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | fdt_wip.c | 14 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial() 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
|
A D | fdt_rw.c | 170 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 188 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 220 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 243 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 261 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 276 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 303 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 319 const char *name, int namelen) in fdt_add_subnode_namelen() 359 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
|
A D | fdt_overlay.c | 117 const char *name, uint32_t delta) in overlay_phandle_add_offset() 232 const char *name; in overlay_update_local_node_references() local 370 const char *name, uint32_t name_len, in overlay_fixup_one_phandle() 444 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 563 const char *name; in overlay_apply_node() local 581 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local 653 const char *name; in get_path_len() local 700 const char *name; in overlay_symbol_update() local
|
A D | fdt_addresses.c | 14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells() 58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
|
A D | fdt_ro.c | 212 const char *name, int namelen) in fdt_subnode_offset_namelen() 231 const char *name) in fdt_subnode_offset() 381 const char *name, in fdt_get_property_namelen_() 411 const char *name, in fdt_get_property_namelen() 429 const char *name, int *lenp) in fdt_get_property() 436 const char *name, int namelen, int *lenp) in fdt_getprop_namelen() 462 const char *name; in fdt_getprop_by_offset() local 482 const char *name, int *lenp) in fdt_getprop() 505 const char *name, int namelen) in fdt_get_alias_namelen() 516 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_find_cipher.c | 15 int find_cipher(const char *name) in find_cipher()
|
A D | crypt_find_hash.c | 15 int find_hash(const char *name) in find_hash()
|
A D | crypt_find_prng.c | 15 int find_prng(const char *name) in find_prng()
|
A D | crypt_find_cipher_any.c | 17 int find_cipher_any(const char *name, int blocklen, int keylen) in find_cipher_any()
|
A D | crypt_find_hash_any.c | 15 */int find_hash_any(const char *name, int digestlen) in find_hash_any()
|
/optee_os-3.20.0/ta/arch/arm/ |
A D | user_ta_header.c | 33 #define _C_FUNCTION(name) name##_c argument 35 #define _C_FUNCTION(name) name argument
|
/optee_os-3.20.0/core/include/kernel/ |
A D | pm.h | 113 const char *name; member 135 const char *name) in register_pm_driver_cb() 152 void *handle, const char *name) in register_pm_core_service_cb()
|
A D | time_source.h | 9 const char *name; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509_create.c | 34 const char *name; /* String representation of AttributeType, e.g. member 108 static const x509_attr_descriptor_t *x509_attr_descr_from_name( const char *name, size_t name_len ) in x509_attr_descr_from_name() 123 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name ) in mbedtls_x509_string_to_names() 243 const unsigned char *name = cur_name->val.p; in x509_write_name() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | md_internal.h | 48 const char * name; member
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ecc.c | 38 const char *name = NULL; in ecc_get_curve_info() local 143 const char *name = NULL; in _ltc_ecc_generate_keypair() local 198 const char *name = NULL; in ecc_populate_ltc_private_key() local 228 const char *name = NULL; in ecc_populate_ltc_public_key() local
|
/optee_os-3.20.0/core/drivers/scmi-msg/ |
A D | base.c | 75 const char *name = plat_scmi_vendor_name(); in discover_vendor() local 92 const char *name = plat_scmi_sub_vendor_name(); in discover_sub_vendor() local
|