Lines Matching refs:index
62 extern int of_address_to_resource(struct device_node *dev, int index,
64 extern void __iomem *of_iomap(struct device_node *device, int index);
66 int index, const char *name);
72 extern const __be32 *__of_get_address(struct device_node *dev, int index, int bar_no,
89 extern int of_range_to_resource(struct device_node *np, int index,
94 int index, const char *name) in of_io_request_and_map() argument
105 static inline const __be32 *__of_get_address(struct device_node *dev, int index, int bar_no, in __of_get_address() argument
148 static inline int of_range_to_resource(struct device_node *np, int index, in of_range_to_resource() argument
161 extern int of_address_to_resource(struct device_node *dev, int index,
163 void __iomem *of_iomap(struct device_node *node, int index);
165 static inline int of_address_to_resource(struct device_node *dev, int index, in of_address_to_resource() argument
171 static inline void __iomem *of_iomap(struct device_node *device, int index) in of_iomap() argument
178 static inline const __be32 *of_get_address(struct device_node *dev, int index, in of_get_address() argument
181 return __of_get_address(dev, index, -1, size, flags); in of_get_address()