Home
last modified time | relevance | path

Searched refs:remote_pad (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/imx/
Dimx-media-internal-sd.c22 int remote_pad; member
50 .remote_pad = PRP_SINK_PAD,
54 .remote_pad = VDIC_SINK_PAD_DIRECT,
68 .remote_pad = PRP_SINK_PAD,
72 .remote_pad = VDIC_SINK_PAD_DIRECT,
88 .remote_pad = PRP_SINK_PAD,
104 .remote_pad = PRPENCVF_SINK_PAD,
114 .remote_pad = PRPENCVF_SINK_PAD,
142 &sink->entity.pads[link->remote_pad])) in create_internal_link()
147 sink->name, link->remote_pad); in create_internal_link()
[all …]
Dimx7-mipi-csis.c670 const struct media_pad *remote_pad, u32 flags) in mipi_csis_link_setup() argument
677 dev_dbg(state->dev, "link setup %s -> %s", remote_pad->entity->name, in mipi_csis_link_setup()
680 remote_sd = media_entity_to_v4l2_subdev(remote_pad->entity); in mipi_csis_link_setup()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvc_entity.c34 u8 remote_pad; in uvc_mc_create_links() local
49 remote_pad = remote->num_pads - 1; in uvc_mc_create_links()
50 ret = media_create_pad_link(source, remote_pad, in uvc_mc_create_links()
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/
Dxilinx-vipp.c75 struct media_pad *remote_pad; in xvip_graph_build_one() local
147 remote_pad = &remote->pads[link.remote_port]; in xvip_graph_build_one()
154 remote->name, remote_pad->index); in xvip_graph_build_one()
157 remote, remote_pad->index, in xvip_graph_build_one()
163 remote->name, remote_pad->index); in xvip_graph_build_one()
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/
Dvi.c1325 struct media_pad *remote_pad; in tegra_vi_graph_build() local
1358 remote_pad = &chan->pad; in tegra_vi_graph_build()
1393 remote_pad = &remote->pads[link.remote_port]; in tegra_vi_graph_build()
1398 remote->name, remote_pad->index); in tegra_vi_graph_build()
1401 remote, remote_pad->index, in tegra_vi_graph_build()
1408 remote->name, remote_pad->index, ret); in tegra_vi_graph_build()
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
Drcar-csi2.c369 unsigned int remote_pad; member
502 priv->remote_pad, &mbus_config); in rcsi2_get_active_lanes()
823 priv->remote_pad = pad; in rcsi2_notify_bound()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch43675 + struct media_pad *remote_pad;
43681 + remote_pad = media_entity_remote_pad(pad);
43682 + if (remote_pad == NULL) {
43687 + subdev = media_entity_to_v4l2_subdev(remote_pad->entity);