Home
last modified time | relevance | path

Searched refs:scan_tree (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/kernel/
Dof_device_32.c393 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree() function
399 scan_tree(dp->child, &op->dev); in scan_tree()
414 scan_tree(root->child, &parent->dev); in scan_of_devices()
Dof_device_64.c688 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree() function
694 scan_tree(dp->child, &op->dev); in scan_tree()
709 scan_tree(root->child, &parent->dev); in scan_of_devices()