Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 140) sorted by relevance

123456

/optee_os/lib/libutils/ext/include/
H A Dbitstring.h60 #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_from(name, nbits, startbit, value) do { \ argument
156 #define bit_ffs(name, nbits, value) \ argument
H A Dasm.S74 .macro END_FUNC name argument
90 .macro END_DATA name argument
/optee_os/core/drivers/
H A Dstpmic1.c574 static const struct regul_struct *get_regulator_data(const char *name) in get_regulator_data()
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()
611 static size_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index()
636 int stpmic1_regulator_enable(const char *name) in stpmic1_regulator_enable()
645 int stpmic1_regulator_disable(const char *name) in stpmic1_regulator_disable()
653 bool stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled()
665 static uint8_t find_plat_mask(const char *name) in find_plat_mask()
676 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts) in stpmic1_regulator_voltage_set()
694 int stpmic1_regulator_mask_reset_set(const char *name) in stpmic1_regulator_mask_reset_set()
[all …]
/optee_os/lib/libutils/isoc/newlib/
H A D_ansi.h70 #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/core/lib/libfdt/include/
H A Dlibfdt.h247 #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()
1435 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1440 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1447 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
[all …]
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dint_lib.h49 #define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name argument
53 #define COMPILER_RT_ALIAS(name, aliasname) \ argument
57 #define COMPILER_RT_ALIAS_VISIBILITY(name) \ argument
60 #define COMPILER_RT_ALIAS_VISIBILITY(name) argument
62 #define COMPILER_RT_ALIAS(name, aliasname) \ argument
68 #define COMPILER_RT_ALIAS(name, aliasname) argument
/optee_os/lib/libutils/isoc/arch/arm/
H A Dsetjmp_a32.S165 .macro PROLOGUE name argument
170 .macro PROLOGUE name argument
179 .macro PROLOGUE name argument
183 .macro FUNC_START name argument
193 .macro FUNC_END name argument
/optee_os/lib/libutee/
H A Dtee_api_property.c142 static TEE_Result propget_get_property(TEE_PropSetHandle h, const char *name, in propget_get_property()
199 const char *name, char *value, in TEE_GetPropertyAsString()
300 const char *name, char *valueBuffer, in __GP11_TEE_GetPropertyAsString()
315 const char *name, bool *value) in TEE_GetPropertyAsBool()
343 const char *name, uint32_t *value) in TEE_GetPropertyAsU32()
368 const char *name, uint64_t *value) in TEE_GetPropertyAsU64()
394 const char *name, void *value, in __GP11_TEE_GetPropertyAsBinaryBlock()
420 const char *name, void *value, in TEE_GetPropertyAsBinaryBlock()
435 const char *name, TEE_UUID *value) in TEE_GetPropertyAsUUID()
460 const char *name, TEE_Identity *value) in TEE_GetPropertyAsIdentity()
[all …]
/optee_os/ldelf/
H A Dta_elf_rel.c19 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()
92 static bool check_found_sym(struct ta_elf *elf, const char *name, vaddr_t *val, in check_found_sym()
134 static TEE_Result resolve_sym_helper(const char *name, vaddr_t *val, in resolve_sym_helper()
225 TEE_Result ta_elf_resolve_sym(const char *name, vaddr_t *val, in ta_elf_resolve_sym()
255 Elf32_Rel *rel, const char **name, in e32_get_sym_name()
280 static void resolve_sym(const char *name, vaddr_t *val, struct ta_elf **mod, in resolve_sym()
297 const char *name = NULL; in e32_process_dyn_rel() local
311 const char *name = NULL; in e32_tls_get_module() local
[all …]
/optee_os/core/lib/scmi-server/include/
H A Dscmi_agent_configuration.h23 const char *name; member
34 const char *name; member
48 const char *name; member
69 const char *name; member
/optee_os/scripts/
H A Dmem_usage.py46 def print_sect(name, addr, size, round_up=False, print_num_pages=False): argument
66 def print_pager_stat(name, size): argument
H A Dprint_tee_hash.py21 def resolve_symbol(elf, name): argument
46 def hash_section(h, elf, name): argument
/optee_os/core/lib/libfdt/
H A Dfdt_wip.c14 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()
H A Dfdt_rw.c170 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()
H A Dfdt_overlay.c117 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
H A Dfdt_addresses.c14 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()
H A Dfdt_ro.c213 const char *name, int namelen) in fdt_subnode_offset_namelen()
232 const char *name) in fdt_subnode_offset()
382 const char *name, in fdt_get_property_namelen_()
412 const char *name, in fdt_get_property_namelen()
430 const char *name, int *lenp) in fdt_get_property()
437 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
463 const char *name; in fdt_getprop_by_offset() local
483 const char *name, int *lenp) in fdt_getprop()
506 const char *name, int namelen) in fdt_get_alias_namelen()
517 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
[all …]
/optee_os/core/drivers/clk/sam/
H A Dat91_utmi.c109 const char *name, in at91_clk_register_utmi_internal()
142 const char *name, in at91_clk_register_utmi()
188 const char *name, in at91_clk_sama7g5_register_utmi()
H A Dsama7g5_clk.c94 const char *name; member
292 const char *name; member
341 const char *name; member
357 const char *name; member
749 const char *name; member
760 const char *name; member
1230 const char *name; member
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_find_cipher.c15 int find_cipher(const char *name) in find_cipher()
H A Dcrypt_find_prng.c15 int find_prng(const char *name) in find_prng()
H A Dcrypt_find_hash.c15 int find_hash(const char *name) in find_hash()
H A Dcrypt_find_cipher_any.c17 int find_cipher_any(const char *name, int blocklen, int keylen) in find_cipher_any()
H A Dcrypt_find_hash_any.c15 */int find_hash_any(const char *name, int digestlen) in find_hash_any()
/optee_os/lib/libutils/ext/
H A Dqsort_helpers.c9 #define QSORT_HELPER(name, type) \ argument

123456