/linux/drivers/gpu/drm/ |
H A D | drm_of.c | 63 struct device_node *remote_port, *ep; in drm_of_find_possible_crtcs() local 67 remote_port = of_graph_get_remote_port(ep); in drm_of_find_possible_crtcs() 68 if (!remote_port) { in drm_of_find_possible_crtcs() 73 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs() 75 of_node_put(remote_port); in drm_of_find_possible_crtcs() 311 struct device_node *remote_port; in drm_of_lvds_get_remote_pixels_type() local 317 remote_port = of_graph_get_remote_port(endpoint); in drm_of_lvds_get_remote_pixels_type() 318 if (!remote_port) { in drm_of_lvds_get_remote_pixels_type() 323 current_pt = drm_of_lvds_get_port_pixels_type(remote_port); in drm_of_lvds_get_remote_pixels_type() 324 of_node_put(remote_port); in drm_of_lvds_get_remote_pixels_type()
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_dw_hdmi.c | 67 struct device_node *port, *ep, *remote, *remote_port; in sun8i_dw_hdmi_find_possible_crtcs() local 80 remote_port = of_graph_get_remote_port(ep); in sun8i_dw_hdmi_find_possible_crtcs() 81 if (remote_port) { in sun8i_dw_hdmi_find_possible_crtcs() 82 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs() 83 of_node_put(remote_port); in sun8i_dw_hdmi_find_possible_crtcs()
|
/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-vipp.c | 146 if (link.remote_port >= remote->num_pads) { in xvip_graph_build_one() 148 link.remote_port, link.remote_node); in xvip_graph_build_one() 154 remote_pad = &remote->pads[link.remote_port]; in xvip_graph_build_one() 241 if (link.remote_port >= ent->entity->num_pads) { in xvip_graph_build_dma() 243 link.remote_port, in xvip_graph_build_dma() 254 sink_pad = &sink->pads[link.remote_port]; in xvip_graph_build_dma() 257 source_pad = &source->pads[link.remote_port]; in xvip_graph_build_dma()
|
/linux/tools/testing/selftests/bpf/verifier/ |
H A D | ctx_sk_lookup.c | 120 offsetof(struct bpf_sk_lookup, remote_port)), 122 offsetof(struct bpf_sk_lookup, remote_port) + 1), 124 offsetof(struct bpf_sk_lookup, remote_port) + 2), 126 offsetof(struct bpf_sk_lookup, remote_port) + 3), 129 offsetof(struct bpf_sk_lookup, remote_port)), 131 offsetof(struct bpf_sk_lookup, remote_port) + 2), 134 offsetof(struct bpf_sk_lookup, remote_port)), 321 offsetof(struct bpf_sk_lookup, remote_port)),
|
/linux/include/xen/ |
H A D | events.h | 41 evtchn_port_t remote_port); 43 evtchn_port_t remote_port,
|
/linux/drivers/target/ |
H A D | target_core_xcopy.c | 516 bool remote_port) in target_xcopy_setup_pt_cmd() argument 524 if (remote_port) { in target_xcopy_setup_pt_cmd() 582 bool remote_port = (xop->op_origin == XCOL_DEST_RECV_OP); in target_xcopy_read_source() local 598 remote_port); in target_xcopy_read_source() 627 bool remote_port = (xop->op_origin == XCOL_SOURCE_RECV_OP); in target_xcopy_write_destination() local 643 remote_port); in target_xcopy_write_destination()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 111 __u32 rport = skb->remote_port; in bpf_prog2() 198 rport = skops->remote_port; in bpf_sockmap() 213 rport = skops->remote_port; in bpf_sockmap()
|
H A D | test_sk_lookup.c | 414 if (LSB(ctx->remote_port, 0) != ((SRC_PORT >> 0) & 0xff) || in ctx_narrow_access() 415 LSB(ctx->remote_port, 1) != ((SRC_PORT >> 8) & 0xff)) in ctx_narrow_access() 417 if (LSW(ctx->remote_port, 0) != SRC_PORT) in ctx_narrow_access() 427 val_u32 = *(__u32 *)&ctx->remote_port; in ctx_narrow_access()
|
H A D | sockmap_verdict_prog.c | 40 __u32 rport = skb->remote_port; in bpf_prog2()
|
H A D | test_tcpnotify_kern.c | 39 if (bpf_ntohl(skops->remote_port) != TESTPORT) { in bpf_testcb()
|
H A D | verifier_ctx_sk_msg.c | 56 : __imm_const(sk_msg_md_remote_port, offsetof(struct sk_msg_md, remote_port)) in remote_port_in_sk_msg()
|
/linux/include/linux/qed/ |
H A D | tcp_common.h | 84 __le16 remote_port; member 150 __le16 remote_port; member
|
/linux/samples/bpf/ |
H A D | tcp_synrto_kern.c | 33 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_synrto()
|
H A D | tcp_rwnd_kern.c | 33 if (bpf_ntohl(skops->remote_port) != in bpf_rwnd()
|
H A D | tcp_cong_kern.c | 34 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_cong()
|
H A D | tcp_bufs_kern.c | 36 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_bufs()
|
H A D | tcp_iw_kern.c | 37 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_iw()
|
H A D | tcp_clamp_kern.c | 37 if (bpf_ntohl(skops->remote_port) != 55601 && skops->local_port != 55601) { in bpf_clamp()
|
/linux/include/uapi/xen/ |
H A D | evtchn.h | 54 unsigned int remote_domain, remote_port; member
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iscsi.c | 100 u16 remote_port; member 387 p_tcp->remote_port = cpu_to_le16(p_conn->remote_port); in qed_sp_iscsi_conn_offload() 430 p_tcp2->remote_port = cpu_to_le16(p_conn->remote_port); in qed_sp_iscsi_conn_offload() 1227 con->remote_port = conn_info->dst.port; in qed_iscsi_offload_conn() 1265 con->remote_port = conn_info->remote_port; in qed_iscsi_offload_conn()
|
H A D | qed_nvmetcp.h | 68 u16 remote_port; member
|
/linux/include/media/ |
H A D | v4l2-fwnode.h | 98 unsigned int remote_port; member
|
/linux/drivers/infiniband/hw/qedr/ |
H A 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() 593 cm_info->remote_port = ntohs(raddr->sin_port); in qedr_iw_connect() 614 cm_info->remote_port = ntohs(raddr6->sin6_port); in qedr_iw_connect()
|
/linux/include/xen/interface/ |
H A D | event_channel.h | 47 evtchn_port_t remote_port; member
|
/linux/drivers/media/pci/intel/ |
H A D | ipu-bridge.c | 408 snprintf(sensor->node_names.remote_port, in ipu_bridge_init_swnode_names() 409 sizeof(sensor->node_names.remote_port), in ipu_bridge_init_swnode_names() 481 nodes[SWNODE_IPU_PORT] = NODE_PORT(sensor->node_names.remote_port, in ipu_bridge_create_connection_swnodes()
|