Lines Matching refs:device_node
22 static struct of_bus *of_match_bus(struct device_node *np);
41 int (*match)(struct device_node *parent);
42 void (*count_cells)(const struct device_node *child, int *addrc,
49 static void of_bus_default_count_cells(const struct device_node *np, in of_bus_default_count_cells()
109 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
120 static void dev_count_cells(const struct device_node *np, int *nap, int *nsp) in dev_count_cells()
125 const __be32 *of_get_address(const struct device_node *dev, int index, in of_get_address()
130 struct device_node *parent; in of_get_address()
164 static int of_empty_ranges_quirk(const struct device_node *np) in of_empty_ranges_quirk()
169 static int of_translate_one(const struct device_node *parent, in of_translate_one()
241 static u64 __of_translate_address(const struct device_node *dev, in __of_translate_address()
244 struct device_node *parent = NULL; in __of_translate_address()
317 u64 of_translate_address(const struct device_node *dev, const __be32 *in_addr) in of_translate_address()
323 static int __of_address_to_resource(const struct device_node *dev, in __of_address_to_resource()
343 int of_address_to_resource(const struct device_node *dev, int index, in of_address_to_resource()