HomeSort by: relevance | last modified time | path
    Searched refs:fdt_subnode_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
version.lds 11 fdt_subnode_offset;
fdt_overlay.c 291 tree_child = fdt_subnode_offset(fdto, tree_node,
589 nnode = fdt_subnode_offset(fdt, target, name);
633 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__");
709 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__");
715 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__");
778 ret = fdt_subnode_offset(fdto, fragment, "__overlay__");
libfdt.h 446 * Identical to fdt_subnode_offset(), but only examine the first
456 * fdt_subnode_offset - find a subnode of a given node
461 * fdt_subnode_offset() finds a subnode of the node at structure block
463 * address, in which case fdt_subnode_offset() will find the subnode
465 * which case fdt_subnode_offset() will find an arbitrary subnode
479 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
fdt_ro.c 232 int fdt_subnode_offset(const void *fdt, int parentoffset, function in typeref:typename:int

Completed in 16 milliseconds