Lines Matching refs:parentoffset
459 * @parentoffset: structure block offset of a node
471 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
477 * @parentoffset: structure block offset of a node
481 * offset parentoffset with the given name. name may include a unit
490 * -FDT_ERR_BADOFFSET, if parentoffset did not point to an FDT_BEGIN_NODE
498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
2022 * @parentoffset: structure block offset of a node
2035 int fdt_add_subnode_namelen(void *fdt, int parentoffset,
2042 * @parentoffset: structure block offset of a node
2046 * structure block offset parentoffset, with the given name (which
2056 * -FDT_ERR_BADOFFSET, if parentoffset did not point to an FDT_BEGIN_NODE
2058 * -FDT_ERR_EXISTS, if the node at parentoffset already has a subnode of
2070 int fdt_add_subnode(void *fdt, int parentoffset, const char *name);