Home
last modified time | relevance | path

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

1234

/trusted-firmware-a-3.4.0/lib/compiler-rt/builtins/
Dassembly.h26 #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/
Dlibfdt.h251 #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/
Dstpmic1.c609 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/
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()
Dfdt_rw.c184 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()
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
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
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()
Dfdt_ro.c226 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 …]
Dfdt_sw.c219 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/
Dstm32mp_ddr.h29 const char *name; member
35 const char *name; member
55 const char *name; member
Dstm32mp_ram.h24 const char *name; /* Name in DT */ member
Dio_stm32image.h18 char name[MAX_PART_NAME_SIZE]; member
/trusted-firmware-a-3.4.0/drivers/partition/
Dgpt.c18 uint8_t *name; in unicode_to_ascii() local
Dpartition.c27 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/
Dpackage.json2 "name": "conventional-changelog-tf-a", string
/trusted-firmware-a-3.4.0/tools/fiptool/
Dtbbr_config.h17 char *name; member
Dfiptool.h35 char *name; member
49 char *name; member
/trusted-firmware-a-3.4.0/drivers/scmi-msg/
Dbase.c74 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/
Dpm_api_pinctrl.c23 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/
Dgpc.h30 #define IMX_PD_DOMAIN(name, on) \ argument
38 #define IMX_MIX_DOMAIN(name, on) \ argument
/trusted-firmware-a-3.4.0/include/common/
Dfdt_fixup.h17 const char *name; member
/trusted-firmware-a-3.4.0/
Dpackage.json2 "name": "trusted-firmware-a", string
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/aarch64/
Dzynqmp_common.c61 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/
Dstm32mp_fconf_io.c76 const char *name; member
/trusted-firmware-a-3.4.0/include/drivers/partition/
Dpartition.h37 char name[EFI_NAMELEN]; member

1234