Searched refs:remote_node (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
| D | dss-of.c | 16 struct device_node *remote_node; in omapdss_of_find_connected_device() local 19 remote_node = of_graph_get_remote_node(node, port, 0); in omapdss_of_find_connected_device() 20 if (!remote_node) in omapdss_of_find_connected_device() 23 dssdev = omapdss_find_device_by_node(remote_node); in omapdss_of_find_connected_device() 24 of_node_put(remote_node); in omapdss_of_find_connected_device()
|
| D | output.c | 22 struct device_node *remote_node; in omapdss_device_init_output() local 24 remote_node = of_graph_get_remote_node(out->dev->of_node, in omapdss_device_init_output() 26 if (!remote_node) { in omapdss_device_init_output() 31 out->next = omapdss_find_device_by_node(remote_node); in omapdss_device_init_output() 32 out->bridge = of_drm_find_bridge(remote_node); in omapdss_device_init_output() 33 out->panel = of_drm_find_panel(remote_node); in omapdss_device_init_output() 37 of_node_put(remote_node); in omapdss_device_init_output()
|
| /Linux-v5.4/drivers/gpu/drm/meson/ |
| D | meson_drv.c | 397 struct device_node *ep, *remote_node; in meson_probe_remote() local 407 remote_node = of_graph_get_remote_port_parent(ep); in meson_probe_remote() 408 if (!remote_node || in meson_probe_remote() 409 remote_node == parent || /* Ignore parent endpoint */ in meson_probe_remote() 410 !of_device_is_available(remote_node)) { in meson_probe_remote() 411 of_node_put(remote_node); in meson_probe_remote() 415 count += meson_probe_remote(pdev, match, remote, remote_node); in meson_probe_remote() 417 of_node_put(remote_node); in meson_probe_remote()
|
| /Linux-v5.4/drivers/staging/media/imx/ |
| D | imx-media-of.c | 95 remote = imx_media_find_subdev_by_fwnode(imxmd, link->remote_node); in create_of_link() 180 link.remote_node = fwnode; in imx_media_create_csi_of_links() 183 fwnode_handle_put(link.remote_node); in imx_media_create_csi_of_links()
|
| /Linux-v5.4/drivers/media/platform/xilinx/ |
| D | xilinx-vipp.c | 120 if (link.remote_node == of_fwnode_handle(xdev->dev->of_node)) { in xvip_graph_build_one() 128 ent = xvip_graph_find_entity(xdev, link.remote_node); in xvip_graph_build_one() 131 link.remote_node); in xvip_graph_build_one() 141 link.remote_port, link.remote_node); in xvip_graph_build_one() 230 ent = xvip_graph_find_entity(xdev, link.remote_node); in xvip_graph_build_dma() 233 to_of_node(link.remote_node)); in xvip_graph_build_dma() 242 to_of_node(link.remote_node)); in xvip_graph_build_dma()
|
| /Linux-v5.4/include/media/ |
| D | v4l2-fwnode.h | 122 struct fwnode_handle *remote_node; member
|
| /Linux-v5.4/scripts/dtc/ |
| D | checks.c | 1738 struct node *remote_node; in check_graph_endpoint() local 1748 remote_node = get_remote_endpoint(c, dti, node); in check_graph_endpoint() 1749 if (!remote_node) in check_graph_endpoint() 1752 if (get_remote_endpoint(c, dti, remote_node) != node) in check_graph_endpoint() 1754 remote_node->fullpath); in check_graph_endpoint()
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-fwnode.c | 585 link->remote_node = fwnode; in v4l2_fwnode_parse_link() 594 fwnode_handle_put(link->remote_node); in v4l2_fwnode_put_link()
|
| /Linux-v5.4/sound/soc/sh/rcar/ |
| D | core.c | 1097 struct device_node *remote_node = of_graph_get_remote_port_parent(endpoint); in rsnd_parse_connect_graph() local 1103 if (strstr(remote_node->full_name, "hdmi@fead0000")) { in rsnd_parse_connect_graph() 1109 if (strstr(remote_node->full_name, "hdmi@feae0000")) { in rsnd_parse_connect_graph()
|
| /Linux-v5.4/drivers/media/platform/stm32/ |
| D | stm32-dcmi.c | 105 struct device_node *remote_node; member 1793 dcmi->entity.remote_node = remote; in dcmi_graph_parse() 1816 of_node_put(dcmi->entity.remote_node); in dcmi_graph_init()
|