Searched defs:of_bus (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | of_device_common.h | 25 struct of_bus { struct 26 const char *name; 27 const char *addr_prop_name; 28 int (*match)(struct device_node *parent); 29 void (*count_cells)(struct device_node *child, 31 int (*map)(u32 *addr, const u32 *range, 33 unsigned long (*get_flags)(const u32 *addr, unsigned long);
|
/linux-4.4.14/drivers/of/ |
D | fdt_address.c | 40 struct of_bus { struct 41 void (*count_cells)(const void *blob, int parentoffset, 43 u64 (*map)(__be32 *addr, const __be32 *range, 45 int (*translate)(__be32 *addr, u64 offset, int na);
|
D | address.c | 36 struct of_bus { struct 52 static void of_bus_default_count_cells(struct device_node *dev, in of_bus_default_count_cells() argument
|