Home
last modified time | relevance | path

Searched refs:remote_node (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c23 struct device_node *remote_node; in omapdss_device_init_output() local
26 remote_node = of_graph_get_remote_node(out->dev->of_node, in omapdss_device_init_output()
28 if (!remote_node) { in omapdss_device_init_output()
33 out->bridge = of_drm_find_bridge(remote_node); in omapdss_device_init_output()
34 out->panel = of_drm_find_panel(remote_node); in omapdss_device_init_output()
38 of_node_put(remote_node); in omapdss_device_init_output()
/linux/include/media/
H A Dv4l2-fwnode.h89 * @remote_node: pointer to device_node of the remote endpoint
97 struct fwnode_handle *remote_node; member
291 * The local_node and remote_node fields are set to point to the local and
359 * points to the connector node, the remote_node to the host v4l2 (sub)dev.
361 * The taken references to remote_node and local_node must be dropped and the
/linux/drivers/acpi/
H A Dmipi-disco-img.c282 struct software_node *local_node, *remote_node; in extract_crs_csi2_conn_info() local
327 remote_node = &remote_swnodes->nodes[ACPI_DEVICE_SWNODE_EP(remote_index)]; in extract_crs_csi2_conn_info()
329 local_port->remote_ep[0] = SOFTWARE_NODE_REFERENCE(remote_node); in extract_crs_csi2_conn_info()
/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c622 link->remote_node = fwnode_graph_get_port_parent(fwnode); in v4l2_fwnode_parse_link()
623 if (!link->remote_node) in v4l2_fwnode_parse_link()
641 fwnode_handle_put(link->remote_node); in v4l2_fwnode_put_link()
/linux/sound/soc/renesas/rcar/
H A Dcore.c1124 struct device_node *remote_node; in rsnd_parse_connect_graph() local
1129 remote_node = of_graph_get_remote_port_parent(endpoint); in rsnd_parse_connect_graph()
1132 if (strstr(remote_node->full_name, "hdmi@fead0000")) { in rsnd_parse_connect_graph()
1138 if (strstr(remote_node->full_name, "hdmi@feae0000")) { in rsnd_parse_connect_graph()
1145 of_node_put(remote_node); in rsnd_parse_connect_graph()
/linux/drivers/staging/media/tegra-video/
H A Dvi.c1518 if (link.remote_node == of_fwnode_handle(vi->dev->of_node)) { in tegra_vi_graph_build()
1537 link.remote_node); in tegra_vi_graph_build()
1540 to_of_node(link.remote_node)); in tegra_vi_graph_build()
1550 to_of_node(link.remote_node)); in tegra_vi_graph_build()