/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/ |
A 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 118 #define DECLARE_SYMBOL_VISIBILITY(name) argument [all …]
|
/tf-a-ffa_el3_spmc/include/lib/libfdt/ |
A 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() 1473 #define fdt_property_string(fdt, name, str) \ argument 1823 const char *name, uint32_t val) in fdt_appendprop_u32() 1858 const char *name, uint64_t val) in fdt_appendprop_u64() [all …]
|
/tf-a-ffa_el3_spmc/drivers/st/pmic/ |
A D | stpmic1.c | 535 static const struct regul_struct *get_regulator_data(const char *name) in get_regulator_data() 551 static uint8_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index() 580 int stpmic1_regulator_enable(const char *name) in stpmic1_regulator_enable() 587 int stpmic1_regulator_disable(const char *name) in stpmic1_regulator_disable() 594 uint8_t stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled() 606 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts) in stpmic1_regulator_voltage_set() 627 int stpmic1_regulator_pull_down_set(const char *name) in stpmic1_regulator_pull_down_set() 641 int stpmic1_regulator_mask_reset_set(const char *name) in stpmic1_regulator_mask_reset_set() 651 int stpmic1_regulator_voltage_get(const char *name) in stpmic1_regulator_voltage_get()
|
/tf-a-ffa_el3_spmc/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 | 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()
|
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 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
|
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 | 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 …]
|
A 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()
|
/tf-a-ffa_el3_spmc/drivers/partition/ |
A D | gpt.c | 17 uint8_t *name; in unicode_to_ascii() local
|
A D | partition.c | 24 char name[EFI_NAMELEN]; in dump_entries() local 236 const partition_entry_t *get_partition_entry(const char *name) in get_partition_entry()
|
/tf-a-ffa_el3_spmc/tools/fiptool/ |
A D | tbbr_config.h | 17 char *name; member
|
A D | fiptool.h | 35 char *name; member 49 char *name; member
|
A D | fiptool.c | 138 const char *name, const char *cmdline_name) in new_image_desc() 360 char name[_UUID_STR_LEN + 1], filename[PATH_MAX]; in parse_fip() local 425 const char *name, int has_arg, int val) in add_opt() 715 char name[_UUID_STR_LEN + 1]; in create_cmd() local 818 char name[_UUID_STR_LEN + 1]; in update_cmd() local 932 char name[_UUID_STR_LEN + 1]; in unpack_cmd() local 1078 char name[_UUID_STR_LEN + 1], filename[PATH_MAX]; in remove_cmd() local
|
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/pm_service/ |
A D | pm_api_pinctrl.c | 23 char name[FUNCTION_NAME_LEN]; member 2575 void pm_api_pinctrl_get_function_name(unsigned int fid, char *name) in pm_api_pinctrl_get_function_name()
|
/tf-a-ffa_el3_spmc/drivers/scmi-msg/ |
A 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
|
/tf-a-ffa_el3_spmc/plat/imx/imx8m/include/ |
A D | gpc.h | 30 #define IMX_PD_DOMAIN(name, on) \ argument 38 #define IMX_MIX_DOMAIN(name, on) \ argument
|
/tf-a-ffa_el3_spmc/include/drivers/partition/ |
A D | partition.h | 35 char name[EFI_NAMELEN]; member
|
/tf-a-ffa_el3_spmc/drivers/st/clk/ |
A D | stm32mp_clkfunc.c | 23 int fdt_osc_read_freq(const char *name, uint32_t *freq) in fdt_osc_read_freq() 199 int fdt_rcc_subnode_offset(const char *name) in fdt_rcc_subnode_offset()
|
/tf-a-ffa_el3_spmc/include/drivers/st/ |
A D | io_stm32image.h | 18 char name[MAX_PART_NAME_SIZE]; member
|
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/aarch64/ |
A D | zynqmp_common.c | 60 char *name; member 223 const char *name = "EG/EV"; in zynqmp_get_silicon_idcode_name() local
|
/tf-a-ffa_el3_spmc/lib/debugfs/ |
A D | devroot.c | 53 static int rootwalk(chan_t *channel, const char *name) in rootwalk()
|
A D | devfip.c | 35 const char name[NAMELEN]; member 174 static int fipwalk(chan_t *c, const char *name) in fipwalk()
|
/tf-a-ffa_el3_spmc/include/lib/fconf/ |
A D | fconf.h | 21 #define FCONF_REGISTER_POPULATOR(config, name, callback) \ argument
|
/tf-a-ffa_el3_spmc/plat/arm/common/fconf/ |
A D | arm_fconf_io.c | 267 const char *name; member
|