Lines Matching refs:parentoffset
348 * @parentoffset: structure block offset of a node
357 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
362 * @parentoffset: structure block offset of a node
366 * offset parentoffset with the given name. name may include a unit
375 * -FDT_ERR_BADOFFSET, if parentoffset did not point to an FDT_BEGIN_NODE
383 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
1698 * @parentoffset: structure block offset of a node
1707 int fdt_add_subnode_namelen(void *fdt, int parentoffset,
1713 * @parentoffset: structure block offset of a node
1717 * structure block offset parentoffset, with the given name (which
1727 * -FDT_ERR_BADOFFSET, if parentoffset did not point to an FDT_BEGIN_NODE
1729 * -FDT_ERR_EXISTS, if the node at parentoffset already has a subnode of
1741 int fdt_add_subnode(void *fdt, int parentoffset, const char *name);