Lines Matching refs:device_node
23 static int of_bus_pci_match(struct device_node *np) in of_bus_pci_match()
41 static void of_bus_pci_count_cells(struct device_node *np, in of_bus_pci_count_cells()
108 static int of_bus_ambapp_match(struct device_node *np) in of_bus_ambapp_match()
113 static void of_bus_ambapp_count_cells(struct device_node *child, in of_bus_ambapp_count_cells()
177 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
188 static int __init build_one_resource(struct device_node *parent, in build_one_resource()
223 static int __init use_1to1_mapping(struct device_node *pp) in use_1to1_mapping()
278 struct device_node *dp = op->dev.of_node; in build_device_resources()
279 struct device_node *pp = p_op->dev.of_node; in build_device_resources()
340 static struct platform_device * __init scan_one_device(struct device_node *dp, in scan_one_device()
397 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree()
411 struct device_node *root = of_find_node_by_path("/"); in scan_of_devices()