Lines Matching refs:device_node
47 static int of_bus_pci_match(struct device_node *np) in of_bus_pci_match()
70 static int of_bus_simba_match(struct device_node *np) in of_bus_simba_match()
94 static void of_bus_pci_count_cells(struct device_node *np, in of_bus_pci_count_cells()
171 static int of_bus_fhc_match(struct device_node *np) in of_bus_fhc_match()
231 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
242 static int __init build_one_resource(struct device_node *parent, in build_one_resource()
283 static int __init use_1to1_mapping(struct device_node *pp) in use_1to1_mapping()
356 struct device_node *dp = op->dev.of_node; in build_device_resources()
357 struct device_node *pp = p_op->dev.of_node; in build_device_resources()
420 static struct device_node * __init
421 apply_interrupt_map(struct device_node *dp, struct device_node *pp, in apply_interrupt_map()
425 struct device_node *cp; in apply_interrupt_map()
480 static unsigned int __init pci_irq_swizzle(struct device_node *dp, in pci_irq_swizzle()
481 struct device_node *pp, in pci_irq_swizzle()
538 struct device_node *dp = op->dev.of_node; in build_one_device_irq()
539 struct device_node *pp, *ip; in build_one_device_irq()
574 struct device_node *iret; in build_one_device_irq()
636 static struct platform_device * __init scan_one_device(struct device_node *dp, in scan_one_device()
690 static void __init scan_tree(struct device_node *dp, struct device *parent) in scan_tree()
704 struct device_node *root = of_find_node_by_path("/"); in scan_of_devices()