Searched refs:fdt_subnode_offset (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/libfdt/ |
| H A D | fdt_overlay.c | 334 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references() 632 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node() 676 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge() 752 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update() 758 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update() 811 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
|
| H A D | libfdt.h | 386 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
| H A D | fdt_ro.c | 178 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-board.c | 132 iface = fdt_subnode_offset(fdt_addr, pip, name_buffer); in __pip_eth_node() 144 eth = fdt_subnode_offset(fdt_addr, iface, name_buffer); in __pip_eth_node()
|