Searched refs:fdt_supernode_atdepth_offset (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_ro.c | 594 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() function 637 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth); in fdt_node_depth() 650 return fdt_supernode_atdepth_offset(fdt, nodeoffset, in fdt_parent_offset()
|
H A D | libfdt.h | 867 * fdt_supernode_atdepth_offset - find a specific ancestor of a node 873 * fdt_supernode_atdepth_offset() finds an ancestor of the given node 876 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL); 879 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL); 896 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt_ro.c | 594 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() function 637 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth); in fdt_node_depth() 650 return fdt_supernode_atdepth_offset(fdt, nodeoffset, in fdt_parent_offset()
|
H A D | libfdt.h | 900 * fdt_supernode_atdepth_offset - find a specific ancestor of a node 906 * fdt_supernode_atdepth_offset() finds an ancestor of the given node 909 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL); 912 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL); 929 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,
|
Completed in 8 milliseconds