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