/trusted-firmware-a-3.4.0/lib/compiler-rt/builtins/ |
D | assembly.h | 26 #define HIDDEN(name) .private_extern name argument 27 #define LOCAL_LABEL(name) L_##name argument 30 #define SYMBOL_IS_FUNC(name) argument 37 #define HIDDEN(name) .hidden name argument 38 #define LOCAL_LABEL(name) .L_##name argument 41 #define SYMBOL_IS_FUNC(name) .type name,%function argument 43 #define SYMBOL_IS_FUNC(name) .type name,@function argument 55 #define HIDDEN(name) argument 56 #define LOCAL_LABEL(name) .L ## name argument 58 #define SYMBOL_IS_FUNC(name) \ argument [all …]
|
/trusted-firmware-a-3.4.0/include/lib/libfdt/ |
D | libfdt.h | 251 #define fdt_set_hdr_(name) \ argument 695 const char *name, in fdt_get_property_w() 753 const char *name, int namelen, in fdt_getprop_namelen_w() 792 const char *name, int *lenp) in fdt_getprop_w() 1290 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1325 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1337 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1440 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1445 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1452 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() [all …]
|
/trusted-firmware-a-3.4.0/drivers/st/pmic/ |
D | stpmic1.c | 609 static const struct regul_struct *get_regulator_data(const char *name) in get_regulator_data() 625 static uint8_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index() 654 int stpmic1_regulator_enable(const char *name) in stpmic1_regulator_enable() 662 int stpmic1_regulator_disable(const char *name) in stpmic1_regulator_disable() 670 bool stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled() 682 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts) in stpmic1_regulator_voltage_set() 713 int stpmic1_regulator_pull_down_set(const char *name) in stpmic1_regulator_pull_down_set() 727 int stpmic1_regulator_mask_reset_set(const char *name) in stpmic1_regulator_mask_reset_set() 741 int stpmic1_regulator_icc_set(const char *name) in stpmic1_regulator_icc_set() 754 int stpmic1_regulator_sink_mode_set(const char *name) in stpmic1_regulator_sink_mode_set() [all …]
|
/trusted-firmware-a-3.4.0/lib/libfdt/ |
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()
|
D | fdt_rw.c | 184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 334 const char *name, int namelen) in fdt_add_subnode_namelen() 374 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
|
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 371 const char *name, uint32_t name_len, in overlay_fixup_one_phandle() 445 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 564 const char *name; in overlay_apply_node() local 582 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local 654 const char *name; in get_path_len() local 701 const char *name; in overlay_symbol_update() local
|
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()
|
D | fdt_ro.c | 226 const char *name, int namelen) in fdt_subnode_offset_namelen() 245 const char *name) in fdt_subnode_offset() 396 const char *name, in fdt_get_property_namelen_() 427 const char *name, in fdt_get_property_namelen() 445 const char *name, int *lenp) in fdt_get_property() 452 const char *name, int namelen, int *lenp) in fdt_getprop_namelen() 478 const char *name; in fdt_getprop_by_offset() local 503 const char *name, int *lenp) in fdt_getprop() 526 const char *name, int namelen) in fdt_get_alias_namelen() 537 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() [all …]
|
D | fdt_sw.c | 219 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node() 293 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() 325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
|
/trusted-firmware-a-3.4.0/include/drivers/st/ |
D | stm32mp_ddr.h | 29 const char *name; member 35 const char *name; member 55 const char *name; member
|
D | stm32mp_ram.h | 24 const char *name; /* Name in DT */ member
|
D | io_stm32image.h | 18 char name[MAX_PART_NAME_SIZE]; member
|
/trusted-firmware-a-3.4.0/drivers/partition/ |
D | gpt.c | 18 uint8_t *name; in unicode_to_ascii() local
|
D | partition.c | 27 char name[EFI_NAMELEN]; in dump_entries() local 257 const partition_entry_t *get_partition_entry(const char *name) in get_partition_entry()
|
/trusted-firmware-a-3.4.0/tools/conventional-changelog-tf-a/ |
D | package.json | 2 "name": "conventional-changelog-tf-a", string
|
/trusted-firmware-a-3.4.0/tools/fiptool/ |
D | tbbr_config.h | 17 char *name; member
|
D | fiptool.h | 35 char *name; member 49 char *name; member
|
/trusted-firmware-a-3.4.0/drivers/scmi-msg/ |
D | base.c | 74 const char *name = plat_scmi_vendor_name(); in discover_vendor() local 91 const char *name = plat_scmi_sub_vendor_name(); in discover_sub_vendor() local
|
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/pm_service/ |
D | pm_api_pinctrl.c | 23 char name[FUNCTION_NAME_LEN]; member 2007 void pm_api_pinctrl_get_function_name(uint32_t fid, char *name) in pm_api_pinctrl_get_function_name()
|
/trusted-firmware-a-3.4.0/plat/imx/imx8m/include/ |
D | gpc.h | 30 #define IMX_PD_DOMAIN(name, on) \ argument 38 #define IMX_MIX_DOMAIN(name, on) \ argument
|
/trusted-firmware-a-3.4.0/include/common/ |
D | fdt_fixup.h | 17 const char *name; member
|
/trusted-firmware-a-3.4.0/ |
D | package.json | 2 "name": "trusted-firmware-a", string
|
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/aarch64/ |
D | zynqmp_common.c | 61 char *name; member 225 const char *name = "EG/EV"; in zynqmp_get_silicon_idcode_name() local
|
/trusted-firmware-a-3.4.0/plat/st/common/ |
D | stm32mp_fconf_io.c | 76 const char *name; member
|
/trusted-firmware-a-3.4.0/include/drivers/partition/ |
D | partition.h | 37 char name[EFI_NAMELEN]; member
|