Home
last modified time | relevance | path

Searched refs:of_graph_get_port_by_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dof_graph.h45 struct device_node *of_graph_get_port_by_id(struct device_node *node, u32 id);
59 static inline struct device_node *of_graph_get_port_by_id( in of_graph_get_port_by_id() function
/linux-4.1.27/drivers/gpu/drm/imx/
Dimx-ldb.c586 port = of_graph_get_port_by_id(child, imx_ldb->lvds_mux ? 4 : 2); in imx_ldb_bind()
/linux-4.1.27/drivers/of/
Dbase.c2141 struct device_node *of_graph_get_port_by_id(struct device_node *parent, u32 id) in of_graph_get_port_by_id() function
2163 EXPORT_SYMBOL(of_graph_get_port_by_id);