Home
last modified time | relevance | path

Searched refs:of_graph_get_remote_port (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/include/linux/
Dof_graph.h55 struct device_node *of_graph_get_remote_port(const struct device_node *node);
113 static inline struct device_node *of_graph_get_remote_port( in of_graph_get_remote_port() function
/linux-6.1.9/sound/soc/generic/
Daudio-graph-card2.c746 struct device_node *codec_port = of_graph_get_remote_port(cpu_ep); in audio_graph2_link_normal()
780 struct device_node *rport = of_graph_get_remote_port(ep); in audio_graph2_link_dpcm()
929 codec0_port = of_graph_get_remote_port(ep0); in audio_graph2_link_c2c()
930 codec1_port = of_graph_get_remote_port(ep1); in audio_graph2_link_c2c()
1041 struct device_node *codec_port = of_graph_get_remote_port(cpu_ep); in graph_count_normal()
1063 struct device_node *rport = of_graph_get_remote_port(ep); in graph_count_dpcm()
1102 struct device_node *codec0 = of_graph_get_remote_port(ep0); in graph_count_c2c()
1103 struct device_node *codec1 = of_graph_get_remote_port(ep1); in graph_count_c2c()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_of.c66 remote_port = of_graph_get_remote_port(ep); in drm_of_find_possible_crtcs()
206 port = of_graph_get_remote_port(ep); in drm_of_encoder_active_endpoint()
316 remote_port = of_graph_get_remote_port(endpoint); in drm_of_lvds_get_remote_pixels_type()
/linux-6.1.9/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c80 remote_port = of_graph_get_remote_port(ep); in sun8i_dw_hdmi_find_possible_crtcs()
Dsun4i_tcon.c933 port = of_graph_get_remote_port(ep); in sun4i_tcon_find_engine_traverse()
/linux-6.1.9/drivers/gpu/drm/panel/
Dpanel-raspberrypi-touchscreen.c421 info.node = of_graph_get_remote_port(endpoint); in rpi_touchscreen_probe()
/linux-6.1.9/drivers/of/
Dproperty.c802 struct device_node *of_graph_get_remote_port(const struct device_node *node) in of_graph_get_remote_port() function
812 EXPORT_SYMBOL(of_graph_get_remote_port);
/linux-6.1.9/drivers/gpu/drm/meson/
Dmeson_drv.c117 remote = of_graph_get_remote_port(ep); in meson_vpu_has_available_connectors()
/linux-6.1.9/drivers/media/platform/samsung/exynos4-is/
Dfimc-is.c182 port = of_graph_get_remote_port(ep); in fimc_is_parse_sensor_config()