Searched refs:remote_node (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | output.c | 23 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/drivers/media/platform/xilinx/ |
H A D | xilinx-vipp.c | 127 if (link.remote_node == of_fwnode_handle(xdev->dev->of_node)) { in xvip_graph_build_one() 135 ent = xvip_graph_find_entity(xdev, link.remote_node); in xvip_graph_build_one() 138 link.remote_node); in xvip_graph_build_one() 148 link.remote_port, link.remote_node); in xvip_graph_build_one() 232 ent = xvip_graph_find_entity(xdev, link.remote_node); in xvip_graph_build_dma() 235 to_of_node(link.remote_node)); in xvip_graph_build_dma() 244 to_of_node(link.remote_node)); in xvip_graph_build_dma()
|
/linux/include/media/ |
H A D | v4l2-fwnode.h | 97 struct fwnode_handle *remote_node; member
|
/linux/sound/soc/renesas/rcar/ |
H A D | core.c | 1125 struct device_node *remote_node; in rsnd_parse_connect_graph() local 1130 remote_node = of_graph_get_remote_port_parent(endpoint); in rsnd_parse_connect_graph() 1133 if (strstr(remote_node->full_name, "hdmi@fead0000")) { in rsnd_parse_connect_graph() 1139 if (strstr(remote_node->full_name, "hdmi@feae0000")) { in rsnd_parse_connect_graph() 1146 of_node_put(remote_node); in rsnd_parse_connect_graph()
|
/linux/scripts/dtc/ |
H A D | checks.c | 1866 struct node *remote_node; in check_graph_endpoint() local 1880 remote_node = get_remote_endpoint(c, dti, node); in check_graph_endpoint() 1881 if (!remote_node) in check_graph_endpoint() 1884 if (get_remote_endpoint(c, dti, remote_node) != node) in check_graph_endpoint() 1886 remote_node->fullpath); in check_graph_endpoint()
|
/linux/net/qrtr/ |
H A D | af_qrtr.c | 224 u64 remote_node = le32_to_cpu(pkt->client.node); in qrtr_tx_resume() local 229 key = remote_node << 32 | remote_port; in qrtr_tx_resume()
|