| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_of.c | 65 struct device_node *remote_port, *ep; in drm_of_find_possible_crtcs() local 69 remote_port = of_graph_get_remote_port(ep); in drm_of_find_possible_crtcs() 70 if (!remote_port) { in drm_of_find_possible_crtcs() 75 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs() 77 of_node_put(remote_port); in drm_of_find_possible_crtcs()
|
| /Linux-v5.4/drivers/gpu/drm/sun4i/ |
| D | sun8i_dw_hdmi.c | 71 struct device_node *port, *ep, *remote, *remote_port; in sun8i_dw_hdmi_find_possible_crtcs() local 84 remote_port = of_graph_get_remote_port(ep); in sun8i_dw_hdmi_find_possible_crtcs() 85 if (remote_port) { in sun8i_dw_hdmi_find_possible_crtcs() 86 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs() 87 of_node_put(remote_port); in sun8i_dw_hdmi_find_possible_crtcs()
|
| /Linux-v5.4/drivers/staging/media/imx/ |
| D | imx-media-of.c | 101 src_pad = link->remote_port; in create_of_link() 108 sink_pad = link->remote_port; in create_of_link() 175 fwnode_property_read_u32(fwnode, "reg", &link.remote_port); in imx_media_create_csi_of_links()
|
| /Linux-v5.4/drivers/media/platform/xilinx/ |
| D | xilinx-vipp.c | 139 if (link.remote_port >= remote->num_pads) { in xvip_graph_build_one() 141 link.remote_port, link.remote_node); in xvip_graph_build_one() 147 remote_pad = &remote->pads[link.remote_port]; in xvip_graph_build_one() 239 if (link.remote_port >= ent->entity->num_pads) { in xvip_graph_build_dma() 241 link.remote_port, in xvip_graph_build_dma() 252 sink_pad = &sink->pads[link.remote_port]; in xvip_graph_build_dma() 255 source_pad = &source->pads[link.remote_port]; in xvip_graph_build_dma()
|
| /Linux-v5.4/include/xen/ |
| D | events.h | 34 unsigned int remote_port); 36 unsigned int remote_port,
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_xcopy.c | 518 bool remote_port, in target_xcopy_setup_pt_cmd() argument 529 if (remote_port) { in target_xcopy_setup_pt_cmd() 613 bool remote_port = (xop->op_origin == XCOL_DEST_RECV_OP); in target_xcopy_read_source() local 635 remote_port, true); in target_xcopy_read_source() 675 bool remote_port = (xop->op_origin == XCOL_SOURCE_RECV_OP); in target_xcopy_write_destination() local 697 remote_port, false); in target_xcopy_write_destination()
|
| /Linux-v5.4/include/uapi/xen/ |
| D | evtchn.h | 54 unsigned int remote_domain, remote_port; member
|
| /Linux-v5.4/samples/bpf/ |
| D | tcp_rwnd_kern.c | 33 if (bpf_ntohl(skops->remote_port) != in bpf_rwnd()
|
| D | tcp_synrto_kern.c | 33 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_synrto()
|
| D | tcp_cong_kern.c | 34 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_cong()
|
| D | tcp_bufs_kern.c | 36 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_bufs()
|
| D | tcp_iw_kern.c | 37 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_iw()
|
| D | tcp_clamp_kern.c | 37 if (bpf_ntohl(skops->remote_port) != 55601 && skops->local_port != 55601) { in bpf_clamp()
|
| /Linux-v5.4/include/linux/qed/ |
| D | tcp_common.h | 110 __le16 remote_port; member 176 __le16 remote_port; member
|
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ |
| D | sockmap_parse_prog.c | 13 __u32 rport = skb->remote_port; in bpf_prog1()
|
| D | sockmap_verdict_prog.c | 41 __u32 rport = skb->remote_port; in bpf_prog2()
|
| D | test_tcpnotify_kern.c | 41 if (bpf_ntohl(skops->remote_port) != TESTPORT) { in bpf_testcb()
|
| /Linux-v5.4/drivers/net/ |
| D | netconsole.c | 182 nt->np.remote_port = 6666; in alloc_param_target() 268 return snprintf(buf, PAGE_SIZE, "%d\n", to_target(item)->np.remote_port); in remote_port_show() 463 rv = kstrtou16(buf, 10, &nt->np.remote_port); in remote_port_store() 575 CONFIGFS_ATTR(, remote_port); 634 nt->np.remote_port = 6666; in make_netconsole_target()
|
| /Linux-v5.4/include/media/ |
| D | v4l2-fwnode.h | 123 unsigned int remote_port; member
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_sockmap_kern.h | 97 __u32 rport = skb->remote_port; in bpf_prog2() 135 rport = skops->remote_port; in bpf_sockmap() 152 rport = skops->remote_port; in bpf_sockmap()
|
| /Linux-v5.4/include/linux/ |
| D | netpoll.h | 32 u16 local_port, remote_port; member
|
| /Linux-v5.4/include/net/ |
| D | vxlan.h | 196 __be16 remote_port; member 421 __be16 remote_port; member
|
| /Linux-v5.4/drivers/infiniband/hw/qedr/ |
| D | qedr_iw_cm.c | 53 raddr->sin_port = htons(cm_info->remote_port); in qedr_fill_sockaddr4() 72 raddr6->sin6_port = htons(cm_info->remote_port); in qedr_fill_sockaddr6() 537 cm_info->remote_port = ntohs(raddr->sin_port); in qedr_iw_connect() 558 cm_info->remote_port = ntohs(raddr6->sin6_port); in qedr_iw_connect()
|
| /Linux-v5.4/include/xen/interface/ |
| D | event_channel.h | 47 evtchn_port_t remote_port; member
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_iscsi.c | 125 u16 remote_port; member 414 p_tcp->remote_port = cpu_to_le16(p_conn->remote_port); in qed_sp_iscsi_conn_offload() 451 p_tcp2->remote_port = cpu_to_le16(p_conn->remote_port); in qed_sp_iscsi_conn_offload() 1276 con->remote_port = conn_info->dst.port; in qed_iscsi_offload_conn() 1314 con->remote_port = conn_info->remote_port; in qed_iscsi_offload_conn()
|