Searched refs:of_graph_parse_endpoint (Results 1 – 23 of 23) sorted by relevance
/linux-5.19.10/include/linux/ |
D | of_graph.h | 42 int of_graph_parse_endpoint(const struct device_node *node, 65 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint() function
|
/linux-5.19.10/drivers/hwtracing/coresight/ |
D | coresight-platform.c | 104 if (of_graph_parse_endpoint(ep, &endpoint)) in of_coresight_get_ports_legacy() 157 if (of_graph_parse_endpoint(ep, &endpoint)) in of_coresight_count_ports() 231 if (of_graph_parse_endpoint(ep, &endpoint)) in of_coresight_parse_endpoint() 243 if (of_graph_parse_endpoint(rep, &rendpoint)) in of_coresight_parse_endpoint()
|
/linux-5.19.10/drivers/gpu/drm/bridge/adv7511/ |
D | adv7511_audio.c | 212 ret = of_graph_parse_endpoint(endpoint, &of_ep); in adv7511_hdmi_i2s_get_dai_id()
|
/linux-5.19.10/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-i2s-audio.c | 156 ret = of_graph_parse_endpoint(endpoint, &of_ep); in dw_hdmi_i2s_get_dai_id()
|
/linux-5.19.10/drivers/gpu/drm/ |
D | drm_of.c | 207 ret = of_graph_parse_endpoint(ep, endpoint); in drm_of_encoder_active_endpoint()
|
/linux-5.19.10/drivers/of/ |
D | property.c | 578 int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint() function 600 EXPORT_SYMBOL(of_graph_parse_endpoint); 718 of_graph_parse_endpoint(node, &endpoint); in of_graph_get_endpoint_by_regs()
|
/linux-5.19.10/drivers/gpu/drm/sun4i/ |
D | sun4i_drv.c | 273 if (of_graph_parse_endpoint(ep, &endpoint)) { in sun4i_drv_traverse_endpoints()
|
D | sun8i_mixer.c | 358 of_graph_parse_endpoint(remote, &of_ep); in sun8i_mixer_of_get_id()
|
D | sun4i_backend.c | 724 of_graph_parse_endpoint(remote, &of_ep); in sun4i_backend_of_get_id()
|
/linux-5.19.10/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 288 ret = of_graph_parse_endpoint(ren, &ep); in rockchip_drm_encoder_set_crtc_endpoint_id()
|
/linux-5.19.10/drivers/media/platform/ |
D | video-mux.c | 433 of_graph_parse_endpoint(ep, &endpoint); in video_mux_probe()
|
/linux-5.19.10/sound/soc/generic/ |
D | audio-graph-card.c | 73 ret = of_graph_parse_endpoint(ep, &info); in graph_get_dai_id()
|
D | audio-graph-card2.c | 371 ret = of_graph_parse_endpoint(ep, &info); in graph_get_dai_id()
|
/linux-5.19.10/drivers/media/i2c/adv748x/ |
D | adv748x-core.c | 661 of_graph_parse_endpoint(ep_np, &ep); in adv748x_parse_dt()
|
/linux-5.19.10/drivers/gpu/drm/rcar-du/ |
D | rcar_du_kms.c | 586 ret = of_graph_parse_endpoint(ep_node, &ep); in rcar_du_encoders_init()
|
/linux-5.19.10/drivers/gpu/drm/bridge/ |
D | lontium-lt9611uxc.c | 612 ret = of_graph_parse_endpoint(endpoint, &of_ep); in lt9611uxc_hdmi_i2s_get_dai_id()
|
D | sii902x.c | 749 ret = of_graph_parse_endpoint(endpoint, &of_ep); in sii902x_audio_get_dai_id()
|
D | lontium-lt9611.c | 1068 ret = of_graph_parse_endpoint(endpoint, &of_ep); in lt9611_hdmi_i2s_get_dai_id()
|
D | tc358767.c | 1988 of_graph_parse_endpoint(node, &endpoint); in tc_probe_bridge_endpoint()
|
/linux-5.19.10/drivers/media/i2c/ |
D | max9286.c | 1243 of_graph_parse_endpoint(node, &ep); in max9286_parse_dt()
|
D | tvp5150.c | 2025 of_graph_parse_endpoint(ep_np, &ep); in tvp5150_parse_dt()
|
/linux-5.19.10/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1032 ret = of_graph_parse_endpoint(ep_node, &ep); in add_components_mdp()
|
/linux-5.19.10/drivers/gpu/drm/bridge/analogix/ |
D | anx7625.c | 1896 ret = of_graph_parse_endpoint(endpoint, &of_ep); in anx7625_hdmi_i2s_get_dai_id()
|