Home
last modified time | relevance | path

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

1234

/trusted-firmware-a-3.6.0-3.5.0/lib/compiler-rt/builtins/
Dassembly.h30 #define HIDDEN(name) .private_extern name argument
31 #define LOCAL_LABEL(name) L_##name argument
34 #define SYMBOL_IS_FUNC(name) argument
41 #define HIDDEN(name) .hidden name argument
42 #define LOCAL_LABEL(name) .L_##name argument
45 #define SYMBOL_IS_FUNC(name) .type name,%function argument
47 #define SYMBOL_IS_FUNC(name) .type name,@function argument
60 #define HIDDEN(name) argument
61 #define LOCAL_LABEL(name) .L ## name argument
63 #define SYMBOL_IS_FUNC(name) \ argument
[all …]
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
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/include/lib/libfdt/
Dlibfdt.h260 #define fdt_set_hdr_(name) \ argument
716 const char *name, in fdt_get_property_w()
776 const char *name, int namelen, in fdt_getprop_namelen_w()
815 const char *name, int *lenp) in fdt_getprop_w()
1318 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1353 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1370 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1473 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1478 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1485 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
[all …]
/trusted-firmware-a-3.6.0-3.5.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()
377 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
Dfdt_overlay.c102 const char *name, uint32_t delta) in overlay_phandle_add_offset()
217 const char *name; in overlay_update_local_node_references() local
356 const char *name, uint32_t name_len, in overlay_fixup_one_phandle()
430 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
549 const char *name; in overlay_apply_node() local
567 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local
639 const char *name; in get_path_len() local
686 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.6.0-3.5.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
/trusted-firmware-a-3.6.0-3.5.0/drivers/partition/
Dgpt.c18 uint8_t *name; in unicode_to_ascii() local
/trusted-firmware-a-3.6.0-3.5.0/tools/conventional-changelog-tf-a/
Dpackage.json2 "name": "conventional-changelog-tf-a", string
/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/
Dtbbr_config.h17 char *name; member
Dfiptool.h35 char *name; member
49 char *name; member
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/plat/xilinx/zynqmp/pm_service/
Dpm_api_pinctrl.c24 char name[FUNCTION_NAME_LEN]; member
2008 void pm_api_pinctrl_get_function_name(uint32_t fid, char *name) in pm_api_pinctrl_get_function_name()
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/imx8m/include/
Dgpc.h31 #define IMX_PD_DOMAIN(name, on) \ argument
39 #define IMX_MIX_DOMAIN(name, on) \ argument
/trusted-firmware-a-3.6.0-3.5.0/include/common/
Dfdt_fixup.h17 const char *name; member
/trusted-firmware-a-3.6.0-3.5.0/
Dpackage.json2 "name": "trusted-firmware-a", string
D.versionrc.js65 "name": "tf-a", property in module.exports.preset
/trusted-firmware-a-3.6.0-3.5.0/lib/debugfs/
Ddevroot.c53 static int rootwalk(chan_t *channel, const char *name) in rootwalk()
/trusted-firmware-a-3.6.0-3.5.0/plat/st/common/
Dstm32mp_fconf_io.c93 const char *name; member
/trusted-firmware-a-3.6.0-3.5.0/include/lib/fconf/
Dfconf.h22 #define FCONF_REGISTER_POPULATOR(config, name, callback) \ argument

1234