Lines Matching refs:parentoffset
445 * @parentoffset: structure block offset of a node
455 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
461 * @parentoffset: structure block offset of a node
465 * offset parentoffset with the given name. name may include a unit
474 * -FDT_ERR_BADOFFSET, if parentoffset did not point to an FDT_BEGIN_NODE
482 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
1969 * @parentoffset: structure block offset of a node
1979 int fdt_add_subnode_namelen(void *fdt, int parentoffset,
1986 * @parentoffset: structure block offset of a node
1990 * structure block offset parentoffset, with the given name (which
2000 * -FDT_ERR_BADOFFSET, if parentoffset did not point to an FDT_BEGIN_NODE
2002 * -FDT_ERR_EXISTS, if the node at parentoffset already has a subnode of
2014 int fdt_add_subnode(void *fdt, int parentoffset, const char *name);