Lines Matching refs:device_node
21 static struct of_bus *of_match_bus(struct device_node *np);
40 int (*match)(struct device_node *parent);
41 void (*count_cells)(const struct device_node *child, int *addrc,
48 static void of_bus_default_count_cells(const struct device_node *np, in of_bus_default_count_cells()
108 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
119 static void dev_count_cells(const struct device_node *np, int *nap, int *nsp) in dev_count_cells()
124 const __be32 *of_get_address(const struct device_node *dev, int index, in of_get_address()
129 struct device_node *parent; in of_get_address()
163 static int of_empty_ranges_quirk(const struct device_node *np) in of_empty_ranges_quirk()
168 static int of_translate_one(const struct device_node *parent, in of_translate_one()
240 static u64 __of_translate_address(const struct device_node *dev, in __of_translate_address()
243 struct device_node *parent = NULL; in __of_translate_address()
316 u64 of_translate_address(const struct device_node *dev, const __be32 *in_addr) in of_translate_address()
322 static int __of_address_to_resource(const struct device_node *dev, in __of_address_to_resource()
342 int of_address_to_resource(const struct device_node *dev, int index, in of_address_to_resource()