Searched refs:of_graph_parse_endpoint (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/include/linux/ |
D | of_graph.h | 41 int of_graph_parse_endpoint(const struct device_node *node, 59 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint() function
|
/Linux-v5.4/drivers/of/ |
D | property.c | 531 int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint() function 553 EXPORT_SYMBOL(of_graph_parse_endpoint); 671 of_graph_parse_endpoint(node, &endpoint); in of_graph_get_endpoint_by_regs()
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_of.c | 212 ret = of_graph_parse_endpoint(ep, endpoint); in drm_of_encoder_active_endpoint()
|
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-i2s-audio.c | 140 ret = of_graph_parse_endpoint(endpoint, &of_ep); in dw_hdmi_i2s_get_dai_id()
|
/Linux-v5.4/drivers/gpu/drm/bridge/adv7511/ |
D | adv7511_audio.c | 191 ret = of_graph_parse_endpoint(endpoint, &of_ep); in adv7511_hdmi_i2s_get_dai_id()
|
/Linux-v5.4/drivers/hwtracing/coresight/ |
D | coresight-platform.c | 192 if (of_graph_parse_endpoint(ep, &endpoint)) in of_coresight_parse_endpoint() 204 if (of_graph_parse_endpoint(rep, &rendpoint)) in of_coresight_parse_endpoint()
|
/Linux-v5.4/drivers/gpu/drm/sun4i/ |
D | sun4i_drv.c | 279 if (of_graph_parse_endpoint(ep, &endpoint)) { in sun4i_drv_traverse_endpoints()
|
D | sun8i_mixer.c | 337 of_graph_parse_endpoint(remote, &of_ep); in sun8i_mixer_of_get_id()
|
D | sun4i_backend.c | 727 of_graph_parse_endpoint(remote, &of_ep); in sun4i_backend_of_get_id()
|
/Linux-v5.4/drivers/media/platform/ |
D | video-mux.c | 393 of_graph_parse_endpoint(ep, &endpoint); in video_mux_probe()
|
/Linux-v5.4/sound/soc/generic/ |
D | audio-graph-card.c | 75 ret = of_graph_parse_endpoint(ep, &info); in graph_get_dai_id()
|
/Linux-v5.4/drivers/gpu/drm/rcar-du/ |
D | rcar_du_kms.c | 487 ret = of_graph_parse_endpoint(ep_node, &ep); in rcar_du_encoders_init()
|
/Linux-v5.4/drivers/media/i2c/adv748x/ |
D | adv748x-core.c | 625 of_graph_parse_endpoint(ep_np, &ep); in adv748x_parse_dt()
|
/Linux-v5.4/drivers/gpu/drm/bridge/ |
D | sii902x.c | 703 ret = of_graph_parse_endpoint(endpoint, &of_ep); in sii902x_audio_get_dai_id()
|
/Linux-v5.4/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1143 ret = of_graph_parse_endpoint(ep_node, &ep); in add_components_mdp()
|