/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A 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() 310 struct device_node *remote_port; in drm_of_lvds_get_remote_pixels_type() local 316 remote_port = of_graph_get_remote_port(endpoint); in drm_of_lvds_get_remote_pixels_type() 317 if (!remote_port) { in drm_of_lvds_get_remote_pixels_type() 322 current_pt = drm_of_lvds_get_port_pixels_type(remote_port); in drm_of_lvds_get_remote_pixels_type() 323 of_node_put(remote_port); in drm_of_lvds_get_remote_pixels_type() [all...] |
/kernel/linux/linux-6.6/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() [all...] |
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A 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()
|
/kernel/linux/linux-6.6/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() 246 if (link.remote_port >= ent->entity->num_pads) { in xvip_graph_build_dma() 248 link.remote_port, in xvip_graph_build_dma() 259 sink_pad = &sink->pads[link.remote_port]; in xvip_graph_build_dma() 262 source_pad = &source->pads[link.remote_port]; in xvip_graph_build_dma()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 70 __be16 remote_port; member 183 if (rd->remote_port && rd->remote_port != vxlan->cfg.dst_port && in vxlan_mdb_entry_info_fill() 185 be16_to_cpu(rd->remote_port))) in vxlan_mdb_entry_info_fill() 566 cfg->remote_port = in vxlan_mdb_config_attrs_init() 610 cfg->remote_port = vxlan->cfg.dst_port; in vxlan_mdb_config_init() 703 rd->remote_port = cfg->remote_port; in vxlan_mdb_remote_rdst_init() 797 sg_cfg.remote_port = cfg->remote_port; in vxlan_mdb_remote_src_fwd_add() [all...] |
/kernel/linux/linux-5.10/include/xen/ |
H A D | events.h | 39 evtchn_port_t remote_port); 41 evtchn_port_t remote_port,
|
/kernel/linux/linux-6.6/include/xen/ |
H A D | events.h | 41 evtchn_port_t remote_port); 43 evtchn_port_t remote_port,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 405 /* Narrow loads from remote_port field. Expect SRC_PORT. */ in ctx_narrow_access() 406 if (LSB(ctx->remote_port, 0) != ((SRC_PORT >> 0) & 0xff) || in ctx_narrow_access() 407 LSB(ctx->remote_port, 1) != ((SRC_PORT >> 8) & 0xff) || in ctx_narrow_access() 408 LSB(ctx->remote_port, 2) != 0 || LSB(ctx->remote_port, 3) != 0) in ctx_narrow_access() 410 if (LSW(ctx->remote_port, 0) != SRC_PORT) in ctx_narrow_access()
|
H A D | sockmap_parse_prog.c | 13 __u32 rport = skb->remote_port; in bpf_prog1()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | netconsole.c | 90 * remote_port (read-write) 182 nt->np.remote_port = 6666; in alloc_param_target() 226 * | remote_port 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()
|
/kernel/linux/linux-5.10/include/uapi/xen/ |
H A D | evtchn.h | 48 * Bind a fresh port to remote <@remote_domain, @remote_port>. 54 unsigned int remote_domain, remote_port; member
|
/kernel/linux/linux-6.6/include/uapi/xen/ |
H A D | evtchn.h | 48 * Bind a fresh port to remote <@remote_domain, @remote_port>. 54 unsigned int remote_domain, remote_port; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/xen/ |
H A D | evtchn.h | 27 unsigned int remote_domain, remote_port; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/xen/ |
H A D | evtchn.h | 27 unsigned int remote_domain, remote_port; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/xen/ |
H A D | evtchn.h | 16 unsigned int remote_domain, remote_port; member
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tcp_rwnd_kern.c | 33 if (bpf_ntohl(skops->remote_port) != in bpf_rwnd()
|
H A D | tcp_synrto_kern.c | 33 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_synrto()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 527 * @remote_port == true. 529 * @remote_port: If false, use the LUN through which the XCOPY command has 540 bool remote_port) in target_xcopy_setup_pt_cmd() 548 if (remote_port) { in target_xcopy_setup_pt_cmd() 606 bool remote_port = (xop->op_origin == XCOL_DEST_RECV_OP); in target_xcopy_read_source() local 622 remote_port); in target_xcopy_read_source() 651 bool remote_port = (xop->op_origin == XCOL_SOURCE_RECV_OP); in target_xcopy_write_destination() local 667 remote_port); in target_xcopy_write_destination() 535 target_xcopy_setup_pt_cmd( struct xcopy_pt_cmd *xpt_cmd, struct xcopy_op *xop, struct se_device *se_dev, unsigned char *cdb, bool remote_port) target_xcopy_setup_pt_cmd() argument
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 502 * @remote_port == true. 504 * @remote_port: If false, use the LUN through which the XCOPY command has 515 bool remote_port) in target_xcopy_setup_pt_cmd() 523 if (remote_port) { in target_xcopy_setup_pt_cmd() 581 bool remote_port = (xop->op_origin == XCOL_DEST_RECV_OP); in target_xcopy_read_source() local 597 remote_port); in target_xcopy_read_source() 626 bool remote_port = (xop->op_origin == XCOL_SOURCE_RECV_OP); in target_xcopy_write_destination() local 642 remote_port); in target_xcopy_write_destination() 510 target_xcopy_setup_pt_cmd( struct xcopy_pt_cmd *xpt_cmd, struct xcopy_op *xop, struct se_device *se_dev, unsigned char *cdb, bool remote_port) target_xcopy_setup_pt_cmd() argument
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | tcp_common.h | 84 __le16 remote_port; member 150 __le16 remote_port; member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | tcp_common.h | 84 __le16 remote_port; member 150 __le16 remote_port; member
|