Searched refs:of_graph_parse_endpoint (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | of_graph.h | 43 int of_graph_parse_endpoint(const struct device_node *node, 53 static inline int of_graph_parse_endpoint(const struct device_node *node, of_graph_parse_endpoint() function
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
H A D | of_coresight.c | 147 ret = of_graph_parse_endpoint(ep, &endpoint); of_get_coresight_platform_data() 165 if (of_graph_parse_endpoint(rport, &rendpoint)) of_get_coresight_platform_data()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | v4l2-of.c | 151 of_graph_parse_endpoint(node, &endpoint->base); v4l2_of_parse_endpoint()
|
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_output.c | 300 ret = of_graph_parse_endpoint(np, &ep); atmel_hlcdc_create_outputs()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 401 ret = of_graph_parse_endpoint(ep, &endpoint); for_each_endpoint_of_node()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
H A D | imx-drm-core.c | 454 ret = of_graph_parse_endpoint(ep, &endpoint); for_each_endpoint_of_node()
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_kms.c | 610 ret = of_graph_parse_endpoint(ep_node, &ep); for_each_endpoint_of_node()
|
/linux-4.1.27/drivers/of/ |
H A D | base.c | 2103 * of_graph_parse_endpoint() - parse common endpoint node properties 2109 int of_graph_parse_endpoint(const struct device_node *node, of_graph_parse_endpoint() function 2131 EXPORT_SYMBOL(of_graph_parse_endpoint); variable
|
Completed in 238 milliseconds