Searched refs:of_bus (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/of/ |
D | fdt_address.c | 39 struct of_bus { struct 100 static const struct of_bus of_busses[] __initconst = { 110 const struct of_bus *bus, in fdt_translate_one() 111 const struct of_bus *pbus, __be32 *addr, in fdt_translate_one() 166 const struct of_bus *bus, *pbus; in fdt_translate_address()
|
D | address.c | 22 static struct of_bus *of_match_bus(struct device_node *np); 41 struct of_bus { struct 183 struct of_bus *bus; in of_get_pci_address() 430 static struct of_bus of_busses[] = { 465 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 496 static int of_translate_one(struct device_node *parent, struct of_bus *bus, in of_translate_one() 497 struct of_bus *pbus, __be32 *addr, in of_translate_one() 577 struct of_bus *bus, *pbus; in __of_translate_address() 721 struct of_bus *bus; in of_get_address()
|
/Linux-v5.4/arch/sparc/kernel/ |
D | of_device_32.c | 138 static struct of_bus of_busses[] = { 177 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 189 struct of_bus *bus, in build_one_resource() 190 struct of_bus *pbus, in build_one_resource() 250 struct of_bus *bus; in build_device_resources() 280 struct of_bus *pbus, *dbus; in build_device_resources()
|
D | of_device_64.c | 183 static struct of_bus of_busses[] = { 231 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 243 struct of_bus *bus, in build_one_resource() 244 struct of_bus *pbus, in build_one_resource() 320 struct of_bus *bus; in build_device_resources() 358 struct of_bus *pbus, *dbus; in build_device_resources() 427 struct of_bus *bus; in apply_interrupt_map()
|
D | of_device_common.h | 26 struct of_bus { struct
|