Lines Matching refs:device_node
23 static struct of_bus *of_match_bus(struct device_node *np);
42 int (*match)(struct device_node *parent);
43 void (*count_cells)(const struct device_node *child, int *addrc,
50 static void of_bus_default_count_cells(const struct device_node *np, in of_bus_default_count_cells()
110 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
121 const __be32 *of_get_address(const struct device_node *dev, int index, in of_get_address()
126 struct device_node *parent; in of_get_address()
159 static int of_empty_ranges_quirk(const struct device_node *np) in of_empty_ranges_quirk()
164 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()
321 u64 of_translate_dma_address(const struct device_node *dev, const __be32 *in_addr) in of_translate_dma_address()
326 int of_get_dma_range(const struct device_node *dev, phys_addr_t *cpu, in of_get_dma_range()
330 struct device_node *parent; in of_get_dma_range()
376 bus_node = of_match_bus((struct device_node*)dev); in of_get_dma_range()
404 static int __of_address_to_resource(const struct device_node *dev, in __of_address_to_resource()
424 int of_address_to_resource(const struct device_node *dev, int index, in of_address_to_resource()