/u-boot/drivers/core/ |
A D | of_extra.c | 53 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep, in ofnode_decode_region() argument 59 debug("%s: %s: %s\n", __func__, ofnode_get_name(node), prop_name); in ofnode_decode_region() 60 cell = ofnode_get_property(node, prop_name, &len); in ofnode_decode_region() 78 char prop_name[50]; in ofnode_decode_memory_region() local 94 snprintf(prop_name, sizeof(prop_name), "%s-memory%s", mem_type, in ofnode_decode_memory_region() 96 mem = ofnode_read_string(config_node, prop_name); in ofnode_decode_memory_region() 99 prop_name); in ofnode_decode_memory_region() 119 snprintf(prop_name, sizeof(prop_name), "%s-offset%s", mem_type, in ofnode_decode_memory_region() 121 if (ofnode_decode_region(config_node, prop_name, &offset, in ofnode_decode_memory_region() 124 prop_name); in ofnode_decode_memory_region()
|
/u-boot/lib/ |
A D | fdtdec_common.c | 22 int fdtdec_get_int(const void *blob, int node, const char *prop_name, in fdtdec_get_int() argument 28 debug("%s: %s: ", __func__, prop_name); in fdtdec_get_int() 29 cell = fdt_getprop(blob, node, prop_name, &len); in fdtdec_get_int() 40 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint() argument 46 debug("%s: %s: ", __func__, prop_name); in fdtdec_get_uint() 47 cell = fdt_getprop(blob, node, prop_name, &len); in fdtdec_get_uint()
|
A D | fdtdec.c | 98 debug("%s: %s: ", __func__, prop_name); in fdtdec_get_addr_size_fixed() 135 int node, const char *prop_name, in fdtdec_get_addr_size_auto_parent() argument 624 debug("%s: %s\n", __func__, prop_name); in fdtdec_lookup_phandle() 651 debug("%s: %s\n", __func__, prop_name); in get_prop_check_min_len() 668 debug("%s: %s\n", __func__, prop_name); in fdtdec_get_int_array() 687 debug("%s: %s\n", __func__, prop_name); in fdtdec_get_int_array_count() 716 debug("%s: %s\n", __func__, prop_name); in fdtdec_get_bool() 858 const char *prop_name, int count) in fdtdec_locate_byte_array() argument 874 debug("%s: %s\n", __func__, prop_name); in fdtdec_get_config_int() 886 debug("%s: %s\n", __func__, prop_name); in fdtdec_get_config_bool() [all …]
|
/u-boot/include/ |
A D | fdtdec.h | 317 const char *prop_name, int index, int na, int ns, 339 int node, const char *prop_name, int index, fdt_size_t *sizep, 365 const char *prop_name, int index, fdt_size_t *sizep, 392 const char *prop_name); 420 const char *prop_name, fdt_size_t *sizep); 471 s32 fdtdec_get_int(const void *blob, int node, const char *prop_name, 707 const char *prop_name, u32 *array, int count); 726 const char *prop_name, int count); 760 int fdtdec_get_config_int(const void *blob, const char *prop_name, 771 int fdtdec_get_config_bool(const void *blob, const char *prop_name); [all …]
|
A D | image.h | 759 int fit_get_node_from_config(bootm_headers_t *images, const char *prop_name, 1189 const char *prop_name); 1191 const char *prop_name, int index); 1205 const char *prop_name);
|
A D | fdt_support.h | 358 int fdtdec_get_int(const void *blob, int node, const char *prop_name,
|
/u-boot/tools/dtoc/ |
A D | fdt.py | 347 def DeleteProp(self, prop_name): argument 359 del self.props[prop_name] 362 def AddZeroProp(self, prop_name): argument 368 self.props[prop_name] = Prop(self, None, prop_name, 382 self.props[prop_name] = Prop(self, None, prop_name, value) 384 def _CheckProp(self, prop_name): argument 401 def SetInt(self, prop_name, val): argument 413 self._CheckProp(prop_name).props[prop_name].SetInt(val) 425 self._CheckProp(prop_name).props[prop_name].SetData(val) 439 self._CheckProp(prop_name).props[prop_name].SetData(val + b'\0') [all …]
|
A D | test_fdt | 28 def _GetPropertyValue(dtb, node, prop_name): argument 44 prop = node.props[prop_name] 238 def _ConvertProp(self, prop_name): argument 246 p = self.fdt.getprop(self.node.Offset(), prop_name) 247 return fdt.Prop(self.node, -1, prop_name, p)
|
A D | test_fdt.py | 28 def _GetPropertyValue(dtb, node, prop_name): argument 44 prop = node.props[prop_name] 238 def _ConvertProp(self, prop_name): argument 246 p = self.fdt.getprop(self.node.Offset(), prop_name) 247 return fdt.Prop(self.node, -1, prop_name, p)
|
A D | dtb_platdata.py | 305 for prop_name in ['#clock-cells', '#gpio-cells']: 306 cells = target.props.get(prop_name)
|
/u-boot/drivers/tpm/ |
A D | tpm_tis_sandbox.c | 95 char prop_name[20]; in sandbox_tpm_read_state() local 97 sprintf(prop_name, "nvdata%d", i); in sandbox_tpm_read_state() 98 prop = fdt_getprop(blob, node, prop_name, &len); in sandbox_tpm_read_state() 128 char prop_name[20]; in sandbox_tpm_write_state() local 131 sprintf(prop_name, "nvdata%d", i); in sandbox_tpm_write_state() 132 fdt_setprop(blob, node, prop_name, in sandbox_tpm_write_state()
|
/u-boot/common/ |
A D | image-fit.c | 134 char *prop_name, int err) in fit_get_debug() argument 1872 const char *prop_name) in fit_conf_get_prop_node_count() argument 1878 const char *prop_name, int index) in fit_conf_get_prop_node_index() argument 1892 const char *prop_name) in fit_conf_get_prop_node() argument 1921 prop_name, images->fit_uname_cfg, addr); in fit_get_node_from_config() 1927 debug("* %s: no such config\n", prop_name); in fit_get_node_from_config() 1933 debug("* %s: no '%s' in config\n", prop_name, prop_name); in fit_get_node_from_config() 1992 const char *prop_name; in fit_image_load() local 2056 prop_name); in fit_image_load() 2151 prop_name); in fit_image_load() [all …]
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl-sti.c | 216 const char *prop_name; in sti_pinctrl_set_state() local 234 fdt_getprop_by_offset(blob, property_offset, &prop_name, in sti_pinctrl_set_state() 239 prop_name, "#gpio-cells", in sti_pinctrl_set_state() 256 prop_name, cells, in sti_pinctrl_set_state()
|
/u-boot/arch/sandbox/cpu/ |
A D | state.c | 310 int state_setprop(int node, const char *prop_name, const void *data, int size) in state_setprop() argument 316 fdt_getprop(state->state_fdt, node, prop_name, &len); in state_setprop() 319 ret = state_ensure_space(size - len + strlen(prop_name) + 32); in state_setprop() 325 ret = fdt_setprop(blob, node, prop_name, data, size); in state_setprop() 328 __func__, prop_name, fdt_get_name(blob, node, NULL), in state_setprop()
|
/u-boot/include/dm/ |
A D | of_extra.h | 59 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep,
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | libfdt.i_shipped | 400 def getprop(self, nodeoffset, prop_name, quiet=()): 405 prop_name: Name of property to get 420 return Property(prop_name, bytes(pdata[0])) 567 def setprop(self, nodeoffset, prop_name, val, quiet=()): 572 prop_name: Name of property 585 def setprop_u32(self, nodeoffset, prop_name, val, quiet=()): 590 prop_name: Name of property 608 prop_name: Name of property 628 prop_name: Name of property 643 def delprop(self, nodeoffset, prop_name, quiet=()): [all …]
|
/u-boot/arch/sandbox/include/asm/ |
A D | state.h | 232 int state_setprop(int node, const char *prop_name, const void *data, int size);
|
/u-boot/drivers/mmc/ |
A D | omap_hsmmc.c | 1696 char *prop_name) argument 1702 phandle = fdt_getprop(fdt, node, prop_name, NULL); 1704 debug("failed to get property %s\n", prop_name); 1712 char *prop_name) argument 1720 phandle = fdt_getprop(fdt, node, prop_name, &len); 1722 debug("failed to get property %s\n", prop_name); 1743 phandle = omap_hsmmc_get_pad_conf_phandle(mmc, prop_name); 1771 phandle = omap_hsmmc_get_iodelay_phandle(mmc, prop_name); 1799 char prop_name[11]; local 1815 sprintf(prop_name, "pinctrl-%d", index); [all …]
|
/u-boot/tools/binman/etype/ |
A D | section.py | 429 entry_name, prop_name = m.groups() 449 if prop_name == 'offset': 451 elif prop_name == 'image_pos': 456 if prop_name == 'size': 459 raise ValueError("%s: No such property '%s'" % (msg, prop_name))
|
/u-boot/drivers/mux/ |
A D | mux-uclass.c | 161 static int mux_get_by_indexed_prop(struct udevice *dev, const char *prop_name, in mux_get_by_indexed_prop() argument 172 ret = dev_read_phandle_with_args(dev, prop_name, "#mux-control-cells", in mux_get_by_indexed_prop()
|
/u-boot/drivers/ddr/altera/ |
A D | sdram_arria10.c | 453 const char *prop_name; member 651 sprintf(name, "%s", firewall_table[i].prop_name); in of_sdram_firewall_setup() 655 sprintf(name, "altr,%s", firewall_table[i].prop_name); in of_sdram_firewall_setup()
|
/u-boot/drivers/pinctrl/rockchip/ |
A D | pinctrl-rockchip-core.c | 398 const char *prop_name; local 446 prop_name = pp->name; 453 &prop_name, &prop_len); 457 param = rockchip_pinconf_prop_name_to_param(prop_name,
|
/u-boot/test/py/tests/ |
A D | vboot_evil.py | 104 prop_name = getstr(dt_strings, nameoff) 110 node_path = path + '/' + str(prop_name)
|
/u-boot/drivers/sound/ |
A D | hda_codec.c | 205 static int send_verbs(ofnode node, const char *prop_name, struct hda_regs *regs) in send_verbs() argument 210 verb = ofnode_get_property(node, prop_name, &verb_size); in send_verbs()
|
/u-boot/lib/rsa/ |
A D | rsa-sign.c | 683 static int fdt_add_bignum(void *blob, int noffset, const char *prop_name, in fdt_add_bignum() argument 737 ret = fdt_setprop(blob, noffset, prop_name, buf, size); in fdt_add_bignum()
|