Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dof_device_32.c177 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
259 bus = of_match_bus(p_op->dev.of_node); in build_device_resources()
309 pbus = of_match_bus(pp); in build_device_resources()
Dof_device_64.c231 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
329 bus = of_match_bus(p_op->dev.of_node); in build_device_resources()
386 pbus = of_match_bus(pp); in build_device_resources()
432 bus = of_match_bus(pp); in apply_interrupt_map()
/Linux-v4.19/drivers/of/
Daddress.c22 static struct of_bus *of_match_bus(struct device_node *np);
190 bus = of_match_bus(parent); in of_get_pci_address()
465 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
591 bus = of_match_bus(parent); in __of_translate_address()
635 pbus = of_match_bus(parent); in __of_translate_address()
707 bus = of_match_bus(parent); in of_get_address()