Symbol: of_bus
arch/sparc/kernel/of_device_32.c
138
static struct of_bus of_busses[] = {
arch/sparc/kernel/of_device_32.c
177
static struct of_bus *of_match_bus(struct device_node *np)
arch/sparc/kernel/of_device_32.c
189
struct of_bus *bus,
arch/sparc/kernel/of_device_32.c
190
struct of_bus *pbus,
arch/sparc/kernel/of_device_32.c
250
struct of_bus *bus;
arch/sparc/kernel/of_device_32.c
280
struct of_bus *pbus, *dbus;
arch/sparc/kernel/of_device_64.c
183
static struct of_bus of_busses[] = {
arch/sparc/kernel/of_device_64.c
231
static struct of_bus *of_match_bus(struct device_node *np)
arch/sparc/kernel/of_device_64.c
243
struct of_bus *bus,
arch/sparc/kernel/of_device_64.c
244
struct of_bus *pbus,
arch/sparc/kernel/of_device_64.c
320
struct of_bus *bus;
arch/sparc/kernel/of_device_64.c
358
struct of_bus *pbus, *dbus;
arch/sparc/kernel/of_device_64.c
427
struct of_bus *bus;
drivers/of/address.c
338
static const struct of_bus of_busses[] = {
drivers/of/address.c
386
static const struct of_bus *of_match_bus(struct device_node *np)
drivers/of/address.c
416
static int of_translate_one(const struct device_node *parent, const struct of_bus *bus,
drivers/of/address.c
417
const struct of_bus *pbus, __be32 *addr,
drivers/of/address.c
503
const struct of_bus *bus, *pbus;
drivers/of/address.c
692
const struct of_bus *bus;
drivers/of/fdt_address.c
153
const struct of_bus *bus, *pbus;
drivers/of/fdt_address.c
87
static const struct of_bus of_busses[] __initconst = {
drivers/of/fdt_address.c
97
const struct of_bus *bus,
drivers/of/fdt_address.c
98
const struct of_bus *pbus, __be32 *addr,
include/linux/of_address.h
13
const struct of_bus *bus;
include/linux/of_address.h
9
struct of_bus;