Lines Matching refs:device_node
21 static int of_bus_pci_match(struct device_node *np) in of_bus_pci_match()
39 static void of_bus_pci_count_cells(struct device_node *np, in of_bus_pci_count_cells()
106 static int of_bus_ambapp_match(struct device_node *np) in of_bus_ambapp_match()
111 static void of_bus_ambapp_count_cells(struct device_node *child, in of_bus_ambapp_count_cells()
175 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
186 static int __init build_one_resource(struct device_node *parent, in build_one_resource()
221 static int __init use_1to1_mapping(struct device_node *pp) in use_1to1_mapping()
276 struct device_node *dp = op->dev.of_node; in build_device_resources()
277 struct device_node *pp = p_op->dev.of_node; in build_device_resources()
338 static struct platform_device * __init scan_one_device(struct device_node *dp, in scan_one_device()
393 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree()
407 struct device_node *root = of_find_node_by_path("/"); in scan_of_devices()