Lines Matching defs:node
872 * list of registered backends and compare the device node.
880 struct device_node *node,
887 port = of_graph_get_port_by_id(node, port_id);
912 /* does this node match any registered engines? */
914 if (remote == engine->node)
994 static bool sun4i_tcon_connected_to_tcon_top(struct device_node *node)
999 remote = of_graph_get_remote_node(node, 0, -1);
1045 * This function first checks if the TCON node has 2 input endpoints.
1053 * node.
1059 struct device_node *node)
1064 port = of_graph_get_port_by_id(node, 0);
1087 if (sun4i_tcon_connected_to_tcon_top(node))
1101 return sun4i_tcon_find_engine_traverse(drv, node, 0);
1311 struct device_node *node = pdev->dev.of_node;
1321 ret = drm_of_find_panel_or_bridge(node, 1, 0, &panel, &bridge);
1536 /* sun4i_drv uses this list to check if a device node is a TCON */