Lines Matching defs:node
69 static bool omapdss_device_is_registered(struct device_node *node)
77 if (dssdev->dev->of_node == node) {
108 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node)
113 if (dssdev->dev->of_node == node)
271 struct device_node *node;
276 static bool omapdss_list_contains(const struct device_node *node)
281 if (comp->node == node)
288 static void omapdss_walk_device(struct device *dev, struct device_node *node,
296 ret = of_property_read_string(node, "compatible", &compat);
302 comp->node = node;
310 * port/ports node. To avoid that, check first that there's the node.
312 n = of_get_child_by_name(node, "ports");
314 n = of_get_child_by_name(node, "port");
321 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) {
355 if (omapdss_device_is_registered(comp->node))