Home
last modified time | relevance | path

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

1234

/trusted-firmware-a/lib/compiler-rt/builtins/
A 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
118 #define DECLARE_SYMBOL_VISIBILITY(name) argument
[all …]
/trusted-firmware-a/include/lib/libfdt/
A 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()
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 …]
/trusted-firmware-a/drivers/st/pmic/
A Dstpmic1.c548 static const struct regul_struct *get_regulator_data(const char *name) in get_regulator_data()
564 static uint8_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index()
593 int stpmic1_regulator_enable(const char *name) in stpmic1_regulator_enable()
601 int stpmic1_regulator_disable(const char *name) in stpmic1_regulator_disable()
609 uint8_t stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled()
621 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts) in stpmic1_regulator_voltage_set()
642 int stpmic1_regulator_pull_down_set(const char *name) in stpmic1_regulator_pull_down_set()
656 int stpmic1_regulator_mask_reset_set(const char *name) in stpmic1_regulator_mask_reset_set()
666 int stpmic1_regulator_voltage_get(const char *name) in stpmic1_regulator_voltage_get()
/trusted-firmware-a/lib/libfdt/
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()
A 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()
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
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 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()
A 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 …]
A 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/drivers/partition/
A Dgpt.c17 uint8_t *name; in unicode_to_ascii() local
A Dpartition.c25 char name[EFI_NAMELEN]; in dump_entries() local
237 const partition_entry_t *get_partition_entry(const char *name) in get_partition_entry()
/trusted-firmware-a/tools/conventional-changelog-tf-a/
A Dpackage.json2 "name": "conventional-changelog-tf-a", string
/trusted-firmware-a/plat/xilinx/zynqmp/pm_service/
A Dpm_api_pinctrl.c23 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()
/trusted-firmware-a/tools/fiptool/
A Dtbbr_config.h17 char *name; member
A Dfiptool.h35 char *name; member
49 char *name; member
/trusted-firmware-a/drivers/scmi-msg/
A 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/
A D.versionrc.js35 "name": "tf-a", property in module.exports.preset
A Dpackage.json2 "name": "trusted-firmware-a", string
/trusted-firmware-a/plat/imx/imx8m/include/
A Dgpc.h30 #define IMX_PD_DOMAIN(name, on) \ argument
38 #define IMX_MIX_DOMAIN(name, on) \ argument
/trusted-firmware-a/drivers/st/clk/
A Dstm32mp_clkfunc.c23 int fdt_osc_read_freq(const char *name, uint32_t *freq) in fdt_osc_read_freq()
205 int fdt_rcc_subnode_offset(const char *name) in fdt_rcc_subnode_offset()
/trusted-firmware-a/plat/st/common/
A Dstm32mp_fconf_io.c52 const char *name; member
/trusted-firmware-a/include/drivers/partition/
A Dpartition.h35 char name[EFI_NAMELEN]; member
/trusted-firmware-a/plat/xilinx/zynqmp/aarch64/
A Dzynqmp_common.c60 char *name; member
223 const char *name = "EG/EV"; in zynqmp_get_silicon_idcode_name() local
/trusted-firmware-a/include/drivers/st/
A Dio_stm32image.h18 char name[MAX_PART_NAME_SIZE]; member
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Djquery-3.5.1.js499 function( _i, name ) { argument
3025 function nodeName( elem, name ) { argument
3390 }, function( name, fn ) { argument
6388 }, function( name, original ) { argument
6664 function finalPropName( name ) { argument
7121 css: function( name, value ) { argument
7882 }, function( name, props ) { argument
7982 attr: function( name, value ) { argument
7986 removeAttr: function( name ) { argument
8118 removeProp: function( name ) { argument
[all …]

Completed in 43 milliseconds

1234