Lines Matching refs:dev_node
113 #define for_each_compatible_node(dev_node, type, compatible) \ argument
114 for (dev_node = of_find_compatible_node(NULL, type, compatible); \
115 dev_node != NULL; \
116 dev_node = of_find_compatible_node(dev_node, type, compatible))
122 bool of_device_is_available(const struct device_node *dev_node);
128 const struct device_node *of_get_parent(const struct device_node *dev_node);
131 const struct device_node *of_get_next_child(const struct device_node *dev_node,
142 uint32_t of_n_addr_cells(const struct device_node *dev_node);
143 uint32_t of_n_size_cells(const struct device_node *dev_node);
146 const uint32_t *of_get_address(const struct device_node *dev_node, size_t idx,
150 uint64_t of_translate_address(const struct device_node *dev_node,
154 bool of_device_is_compatible(const struct device_node *dev_node,