Searched refs:fdt_supernode_atdepth_offset (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/scripts/dtc/libfdt/ |
H A D | fdt_ro.c | 415 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, fdt_supernode_atdepth_offset() function 456 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth); fdt_node_depth() 468 return fdt_supernode_atdepth_offset(fdt, nodeoffset, fdt_parent_offset()
|
H A D | libfdt.h | 656 * fdt_supernode_atdepth_offset - find a specific ancestor of a node 662 * fdt_supernode_atdepth_offset() finds an ancestor of the given node 665 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL); 668 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL); 685 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,
|
Completed in 96 milliseconds