Lines Matching refs:device_node

8 	struct device_node *node;
27 extern u64 of_translate_dma_address(struct device_node *dev,
31 extern u64 of_translate_address(struct device_node *np, const __be32 *addr);
32 extern int of_address_to_resource(struct device_node *dev, int index,
34 extern struct device_node *of_find_matching_node_by_address(
35 struct device_node *from,
38 extern void __iomem *of_iomap(struct device_node *device, int index);
44 extern const __be32 *of_get_address(struct device_node *dev, int index,
52 struct device_node *node);
56 extern int of_dma_get_range(struct device_node *np, u64 *dma_addr,
58 extern bool of_dma_is_coherent(struct device_node *np);
61 static inline u64 of_translate_address(struct device_node *np, in of_translate_address()
67 static inline struct device_node *of_find_matching_node_by_address( in of_find_matching_node_by_address()
68 struct device_node *from, in of_find_matching_node_by_address()
75 static inline const __be32 *of_get_address(struct device_node *dev, int index, in of_get_address()
87 struct device_node *node) in of_pci_range_parser_init()
99 static inline int of_dma_get_range(struct device_node *np, u64 *dma_addr, in of_dma_get_range()
105 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent()
112 extern int of_address_to_resource(struct device_node *dev, int index,
114 void __iomem *of_iomap(struct device_node *node, int index);
115 void __iomem *of_io_request_and_map(struct device_node *device,
121 static inline int of_address_to_resource(struct device_node *dev, int index, in of_address_to_resource()
127 static inline void __iomem *of_iomap(struct device_node *device, int index) in of_iomap()
132 static inline void __iomem *of_io_request_and_map(struct device_node *device, in of_io_request_and_map()
140 extern const __be32 *of_get_pci_address(struct device_node *dev, int bar_no,
142 extern int of_pci_address_to_resource(struct device_node *dev, int bar,
145 struct device_node *np,
148 static inline int of_pci_address_to_resource(struct device_node *dev, int bar, in of_pci_address_to_resource()
154 static inline const __be32 *of_get_pci_address(struct device_node *dev, in of_get_pci_address()
160 struct device_node *np, in of_pci_range_to_resource()