Lines Matching full:node
48 /* The sentinel node has moved, so update things that point to it */ in dm_fixup_for_gd_move()
174 DM_ROOT_NON_CONST->node = np_to_ofnode(gd->of_root); in dm_init()
177 DM_ROOT_NON_CONST->node = offset_to_ofnode(0); in dm_init()
226 /* "chosen" node isn't a device itself but may contain some: */ in dm_scan_fdt_live()
257 * dm_scan_fdt_node() - Scan the device tree and bind drivers for a node
259 * This scans the subnodes of a device tree node and and creates a driver
264 * @offset: Offset of node to scan
347 ofnode node; in dm_scan_fdt_ofnode_path() local
349 node = ofnode_path(path); in dm_scan_fdt_ofnode_path()
350 if (!ofnode_valid(node)) in dm_scan_fdt_ofnode_path()
355 return dm_scan_fdt_live(gd->dm_root, node.np, pre_reloc_only); in dm_scan_fdt_ofnode_path()
357 return dm_scan_fdt_node(gd->dm_root, gd->fdt_blob, node.of_offset, in dm_scan_fdt_ofnode_path()