Lines Matching refs:device_node
45 static int of_bus_pci_match(struct device_node *np) in of_bus_pci_match()
68 static int of_bus_simba_match(struct device_node *np) in of_bus_simba_match()
92 static void of_bus_pci_count_cells(struct device_node *np, in of_bus_pci_count_cells()
169 static int of_bus_fhc_match(struct device_node *np) in of_bus_fhc_match()
229 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
240 static int __init build_one_resource(struct device_node *parent, in build_one_resource()
281 static int __init use_1to1_mapping(struct device_node *pp) in use_1to1_mapping()
354 struct device_node *dp = op->dev.of_node; in build_device_resources()
355 struct device_node *pp = p_op->dev.of_node; in build_device_resources()
418 static struct device_node * __init
419 apply_interrupt_map(struct device_node *dp, struct device_node *pp, in apply_interrupt_map()
423 struct device_node *cp; in apply_interrupt_map()
478 static unsigned int __init pci_irq_swizzle(struct device_node *dp, in pci_irq_swizzle()
479 struct device_node *pp, in pci_irq_swizzle()
536 struct device_node *dp = op->dev.of_node; in build_one_device_irq()
537 struct device_node *pp, *ip; in build_one_device_irq()
572 struct device_node *iret; in build_one_device_irq()
635 static struct platform_device * __init scan_one_device(struct device_node *dp, in scan_one_device()
688 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree()
702 struct device_node *root = of_find_node_by_path("/"); in scan_of_devices()