Searched refs:subnode (Results 1 – 4 of 4) sorted by relevance
| /boot/ |
| A D | vbe_simple_os.c | 64 ofnode node, subnode, chosen; in bootmeth_vbe_simple_ft_fixup() local 90 ret = ofnode_add_subnode(node, dev->name, &subnode); in bootmeth_vbe_simple_ft_fixup() 96 ret = ofnode_copy_props(subnode, dev_ofnode(dev)); in bootmeth_vbe_simple_ft_fixup() 104 ret = vbe_simple_fixup_node(subnode, &state); in bootmeth_vbe_simple_ft_fixup()
|
| A D | image-fdt.c | 104 int nodeoffset, subnode; in boot_fdt_add_mem_rsv_regions() local 122 subnode = fdt_first_subnode(fdt_blob, nodeoffset); in boot_fdt_add_mem_rsv_regions() 123 while (subnode >= 0) { in boot_fdt_add_mem_rsv_regions() 125 ret = fdt_get_resource(fdt_blob, subnode, "reg", 0, in boot_fdt_add_mem_rsv_regions() 127 if (!ret && fdtdec_get_is_enabled(fdt_blob, subnode)) { in boot_fdt_add_mem_rsv_regions() 129 if (fdtdec_get_bool(fdt_blob, subnode, in boot_fdt_add_mem_rsv_regions() 137 subnode = fdt_next_subnode(fdt_blob, subnode); in boot_fdt_add_mem_rsv_regions()
|
| A D | upl_write.c | 225 ofnode subnode; in add_upl_image() local 229 ret = ofnode_add_subnode(node, name, &subnode); in add_upl_image() 233 ret = write_addr(upl, subnode, UPLP_LOAD, img->load); in add_upl_image() 235 ret = write_size(upl, subnode, UPLP_SIZE, img->size); in add_upl_image() 237 ret = ofnode_write_u32(subnode, UPLP_OFFSET, in add_upl_image() 239 ret = ofnode_write_string(subnode, UPLP_DESCRIPTION, in add_upl_image()
|
| A D | fdt_support.c | 1122 ofnode node, subnode; in fdt_copy_fixed_partitions() local 1161 subnode = ofnode_first_subnode(node); in fdt_copy_fixed_partitions() 1162 if (!ofnode_valid(subnode)) in fdt_copy_fixed_partitions() 1166 subnode = ofnode_next_subnode(subnode); in fdt_copy_fixed_partitions() 1168 if (!ofnode_valid(subnode)) in fdt_copy_fixed_partitions() 1174 suboff = fdt_find_or_add_subnode(blob, off, ofnode_get_name(subnode)); in fdt_copy_fixed_partitions() 1176 ofnode_read_string(subnode, "label")); in fdt_copy_fixed_partitions() 1180 reg = ofnode_get_property(subnode, "reg", &len); in fdt_copy_fixed_partitions()
|
Completed in 13 milliseconds