Searched refs:of_bus (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/of/ |
D | fdt_address.c | 40 struct of_bus { struct 101 static const struct of_bus of_busses[] __initconst = { 111 const struct of_bus *bus, in fdt_translate_one() 112 const struct of_bus *pbus, __be32 *addr, in fdt_translate_one() 167 const struct of_bus *bus, *pbus; in fdt_translate_address()
|
D | address.c | 17 static struct of_bus *of_match_bus(struct device_node *np); 36 struct of_bus { struct 180 struct of_bus *bus; in of_get_pci_address() 413 static struct of_bus of_busses[] = { 448 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 479 static int of_translate_one(struct device_node *parent, struct of_bus *bus, in of_translate_one() 480 struct of_bus *pbus, __be32 *addr, in of_translate_one() 554 struct of_bus *bus, *pbus; in __of_translate_address() 644 struct of_bus *bus; in of_get_address()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | of_device_32.c | 136 static struct of_bus of_busses[] = { 175 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 187 struct of_bus *bus, in build_one_resource() 188 struct of_bus *pbus, in build_one_resource() 248 struct of_bus *bus; in build_device_resources() 278 struct of_bus *pbus, *dbus; in build_device_resources()
|
D | of_device_64.c | 181 static struct of_bus of_busses[] = { 229 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 241 struct of_bus *bus, in build_one_resource() 242 struct of_bus *pbus, in build_one_resource() 318 struct of_bus *bus; in build_device_resources() 356 struct of_bus *pbus, *dbus; in build_device_resources() 425 struct of_bus *bus; in apply_interrupt_map()
|
D | of_device_common.h | 25 struct of_bus { struct
|