Home
last modified time | relevance | path

Searched refs:of_bus (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_addr.c22 static struct of_bus *of_match_bus(struct device_node *np);
38 struct of_bus { struct
96 static struct of_bus of_busses[] = {
109 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
131 struct of_bus *bus; in of_get_address()
170 struct of_bus *bus, struct of_bus *pbus, in of_translate_one()
245 struct of_bus *bus, *pbus; in __of_translate_address()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt_address.c39 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()
H A Daddress.c25 static struct of_bus *of_match_bus(struct device_node *np);
44 struct of_bus { struct
204 struct of_bus *bus; in of_get_pci_address()
373 static struct of_bus of_busses[] = {
410 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
441 static int of_translate_one(struct device_node *parent, struct of_bus *bus, in of_translate_one()
442 struct of_bus *pbus, __be32 *addr, in of_translate_one()
526 struct of_bus *bus, *pbus; in __of_translate_address()
680 struct of_bus *bus; in of_get_address()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dof_device_32.c138 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()
H A Dof_device_64.c183 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()
H A Dof_device_common.h26 struct of_bus { struct
/OK3568_Linux_fs/kernel/include/linux/
H A Dof_address.h9 struct of_bus;
13 struct of_bus *bus;
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c1104 struct of_bus { struct
1214 static struct of_bus of_busses[] = {
1236 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus()
1238 struct of_bus *bus; in of_match_bus()
1258 static int of_translate_one(const void *blob, int parent, struct of_bus *bus, in of_translate_one()
1259 struct of_bus *pbus, fdt32_t *addr, in of_translate_one()
1325 struct of_bus *bus, *pbus; in __of_translate_address()