Lines Matching defs:node
45 static bool omapdss_device_is_registered(struct device_node *node)
53 if (dssdev->dev->of_node == node) {
76 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node)
81 if (dssdev->dev->of_node == node)
196 struct device_node *node;
201 static bool omapdss_list_contains(const struct device_node *node)
206 if (comp->node == node)
213 static void omapdss_walk_device(struct device *dev, struct device_node *node,
221 ret = of_property_read_string(node, "compatible", &compat);
227 comp->node = node;
235 * port/ports node. To avoid that, check first that there's the node.
237 n = of_get_child_by_name(node, "ports");
239 n = of_get_child_by_name(node, "port");
246 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) {
279 if (omapdss_device_is_registered(comp->node))