Home
last modified time | relevance | path

Searched refs:of_match_bus (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
Dof_device_32.c175 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
257 bus = of_match_bus(p_op->dev.of_node); in build_device_resources()
307 pbus = of_match_bus(pp); in build_device_resources()
Dof_device_64.c229 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
327 bus = of_match_bus(p_op->dev.of_node); in build_device_resources()
384 pbus = of_match_bus(pp); in build_device_resources()
430 bus = of_match_bus(pp); in apply_interrupt_map()
/linux-4.1.27/drivers/of/
Daddress.c17 static struct of_bus *of_match_bus(struct device_node *np);
187 bus = of_match_bus(parent); in of_get_pci_address()
442 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
561 bus = of_match_bus(parent); in __of_translate_address()
590 pbus = of_match_bus(parent); in __of_translate_address()
644 bus = of_match_bus(parent); in of_get_address()