Lines Matching refs:device_node

10 	struct device_node *node;
29 extern u64 of_translate_dma_address(struct device_node *dev,
33 extern u64 of_translate_address(struct device_node *np, const __be32 *addr);
34 extern int of_address_to_resource(struct device_node *dev, int index,
36 extern struct device_node *of_find_matching_node_by_address(
37 struct device_node *from,
40 extern void __iomem *of_iomap(struct device_node *device, int index);
41 void __iomem *of_io_request_and_map(struct device_node *device,
48 extern const __be32 *of_get_address(struct device_node *dev, int index,
52 struct device_node *node);
54 struct device_node *node);
58 extern int of_dma_get_range(struct device_node *np, u64 *dma_addr,
60 extern bool of_dma_is_coherent(struct device_node *np);
62 static inline void __iomem *of_io_request_and_map(struct device_node *device, in of_io_request_and_map()
68 static inline u64 of_translate_address(struct device_node *np, in of_translate_address()
74 static inline struct device_node *of_find_matching_node_by_address( in of_find_matching_node_by_address()
75 struct device_node *from, in of_find_matching_node_by_address()
82 static inline const __be32 *of_get_address(struct device_node *dev, int index, in of_get_address()
89 struct device_node *node) in of_pci_range_parser_init()
95 struct device_node *node) in of_pci_dma_range_parser_init()
107 static inline int of_dma_get_range(struct device_node *np, u64 *dma_addr, in of_dma_get_range()
113 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent()
120 extern int of_address_to_resource(struct device_node *dev, int index,
122 void __iomem *of_iomap(struct device_node *node, int index);
124 static inline int of_address_to_resource(struct device_node *dev, int index, in of_address_to_resource()
130 static inline void __iomem *of_iomap(struct device_node *device, int index) in of_iomap()
137 extern const __be32 *of_get_pci_address(struct device_node *dev, int bar_no,
139 extern int of_pci_address_to_resource(struct device_node *dev, int bar,
142 struct device_node *np,
145 static inline int of_pci_address_to_resource(struct device_node *dev, int bar, in of_pci_address_to_resource()
151 static inline const __be32 *of_get_pci_address(struct device_node *dev, in of_get_pci_address()
157 struct device_node *np, in of_pci_range_to_resource()