Searched refs:pads (Results 101 - 125 of 191) sorted by relevance

12345678

/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c214 * @pads: media pads
236 struct media_pad pads[XCSI_MEDIA_PADS]; member in struct:xcsi2rxss_state
498 xcsi2rxss_get_remote_subdev(&state->pads[XVIP_PAD_SINK]);
961 xcsi2rxss->pads[XVIP_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
962 xcsi2rxss->pads[XVIP_PAD_SOURCE].flags = MEDIA_PAD_FL_SOURCE;
984 xcsi2rxss->pads);
H A Dxilinx-tpg.c73 * @pads: media pads
74 * @npads: number of pads (1 or 2)
91 struct media_pad pads[2]; member in struct:xtpg_device
289 /* In two pads mode the source pad format is always identical to the
333 /* Min / max values for pad 0 is always fixed in both one and two pads
334 * modes. In two pads mode, the source pad(= 1) size is identical to
807 * number of pads.
810 xtpg->pads[0].flags = MEDIA_PAD_FL_SINK;
811 xtpg->pads[
[all...]
/linux-master/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c754 remote_pad = media_pad_remote_pad_first(&phy->pads[CAL_CAMERARX_PAD_SINK]);
858 phy->pads[CAL_CAMERARX_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
860 phy->pads[i].flags = MEDIA_PAD_FL_SOURCE;
862 ret = media_entity_pads_init(&sd->entity, ARRAY_SIZE(phy->pads),
863 phy->pads);
H A Dcal.h53 /* Camera RX has 1 sink pad, and N source pads */
59 /* Camera RX has 1 sink pad, and N source pads */
179 struct media_pad pads[CAL_CAMERARX_NUM_PADS]; member in struct:cal_camerarx
/linux-master/drivers/staging/media/omap4iss/
H A Diss_resizer.c650 * resizer_init_formats - Initialize formats on all pads
776 struct media_pad *pads = resizer->pads; local
789 pads[RESIZER_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
790 pads[RESIZER_PAD_SOURCE_MEM].flags = MEDIA_PAD_FL_SOURCE;
793 ret = media_entity_pads_init(me, RESIZER_PADS_NUM, pads);
860 * omap4iss_resizer_create_links() - RESIZER pads links creation
/linux-master/drivers/media/i2c/
H A Dmsp3400-driver.c690 state->pads[MSP3400_PAD_IF_INPUT].flags = MEDIA_PAD_FL_SINK;
691 state->pads[MSP3400_PAD_IF_INPUT].sig_type = PAD_SIGNAL_AUDIO;
692 state->pads[MSP3400_PAD_OUT].flags = MEDIA_PAD_FL_SOURCE;
693 state->pads[MSP3400_PAD_OUT].sig_type = PAD_SIGNAL_AUDIO;
697 ret = media_entity_pads_init(&sd->entity, 2, state->pads);
H A Dds90ub913.c75 struct media_pad pads[2]; member in struct:ub913_data
755 priv->pads[0].flags = MEDIA_PAD_FL_SINK;
756 priv->pads[1].flags = MEDIA_PAD_FL_SOURCE;
758 ret = media_entity_pads_init(&priv->sd.entity, 2, priv->pads);
760 return dev_err_probe(dev, ret, "Failed to init pads\n");
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-resizer.c688 struct media_pad *pads = rsz->pads; local
708 pads[RKISP1_RSZ_PAD_SINK].flags = MEDIA_PAD_FL_SINK |
710 pads[RKISP1_RSZ_PAD_SRC].flags = MEDIA_PAD_FL_SOURCE |
713 ret = media_entity_pads_init(&sd->entity, RKISP1_RSZ_PAD_MAX, pads);
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c29 * pads (pad 1-4). So to translate a pad on the remote
485 if (sd->entity.pads[pad].flags & direction)
846 &group->vin[i]->vdev.entity.pads[0]);
892 struct media_pad *sink_pad = &sink->pads[0];
898 struct media_pad *source_pad = &source->pads[source_idx];
1015 source_pad = &source->pads[source_idx];
1018 sink_pad = &sink->pads[0];
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c1126 * vfe_get_format - Handle get format by pads subdev method
1154 * vfe_set_format - Handle set format by pads subdev method
1205 * vfe_get_selection - Handle get selection by pads subdev method
1275 * vfe_set_selection - Handle set selection by pads subdev method
1339 * vfe_init_formats - Initialize formats on all pads
1615 struct media_pad *pads; local
1624 pads = vfe->line[i].pads;
1645 pads[MSM_VFE_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
1646 pads[MSM_VFE_PAD_SR
[all...]
H A Dcamss-ispif.c815 if (!media_pad_remote_pad_first(&line->pads[MSM_ISPIF_PAD_SINK]))
1006 * ispif_get_format - Handle get format by pads subdev method
1030 * ispif_set_format - Handle set format by pads subdev method
1065 * ispif_init_formats - Initialize formats on all pads
1382 struct media_pad *pads = ispif->line[i].pads; local
1397 pads[MSM_ISPIF_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
1398 pads[MSM_ISPIF_PAD_SRC].flags = MEDIA_PAD_FL_SOURCE;
1403 pads);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dev.c1111 return media_pipeline_start(&entity->pads[0], pipe);
1123 return __media_pipeline_start(&entity->pads[0], pipe);
1134 return media_pipeline_stop(&entity->pads[0]);
1145 return __media_pipeline_stop(&entity->pads[0]);
1156 return media_pipeline_alloc_start(&entity->pads[0]);
1167 return media_pad_pipeline(&entity->pads[0]);
H A Dv4l2-mc.c105 /* Link the tuner and IF video output pads */
370 * the source endpoint corresponds to one of its source pads,
377 src = &src_sd->entity.pads[src_idx];
415 struct media_pad *pad = &sink_sd->entity.pads[i];
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c806 /* Only check pixel formats at the sensor and the camif subdev pads */
816 pad = media_pad_remote_pad_first(&camif->pads[0]);
852 ret = media_pipeline_start(sensor->pads, camif->m_pipeline);
858 media_pipeline_stop(sensor->pads);
882 media_pipeline_stop(camif->sensor.sd->entity.pads);
1550 camif->pads[CAMIF_SD_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
1551 camif->pads[CAMIF_SD_PAD_SOURCE_C].flags = MEDIA_PAD_FL_SOURCE;
1552 camif->pads[CAMIF_SD_PAD_SOURCE_P].flags = MEDIA_PAD_FL_SOURCE;
1555 camif->pads);
H A Dcamif-core.h250 * @pads: the camif subdev's media pads
277 struct media_pad pads[CAMIF_SD_PADS_NUM]; member in struct:camif_dev
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-imx8qxp.c8 #include <dt-bindings/pinctrl/pads-imx8qxp.h>
H A Dpinctrl-imx8dxl.c6 #include <dt-bindings/pinctrl/pads-imx8dxl.h>
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc.h273 * @pads: media controller pads for isc video entity
278 * @scaler_pads: media controller pads for the scaler subdevice
370 struct media_pad pads[ISC_PADS_NUM]; member in struct:isc_device::__anon351
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.h363 if (subdev->entity.pads[pad].flags & MEDIA_PAD_FL_SINK)
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h240 struct media_pad pads[ATOMISP_SUBDEV_PADS_NUM]; member in struct:atomisp_sub_device
/linux-master/drivers/media/i2c/ccs/
H A Dccs.h185 struct media_pad pads[CCS_PADS]; member in struct:ccs_subdev
/linux-master/drivers/staging/media/tegra-video/
H A Dcsi.c35 * CSI is a separate subdevice which has 6 source pads to generate
318 "failed to enable MIPI pads: %d\n", ret);
323 * CSI MIPI pads PULLUP, PULLDN and TERM impedances need to
326 * be latched and applied to the pads when link is in LP11
354 * to the pads only when the link is in LP11 state which will happen
356 * CSI subdev stream-on triggers start of MIPI pads calibration.
382 "failed to disable MIPI pads: %d\n", err);
416 "failed to disable MIPI pads: %d\n", err);
490 chan->pads[0].flags = MEDIA_PAD_FL_SINK;
491 chan->pads[
[all...]
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c115 struct media_pad pads[NR_OF_RZG2L_CSI2_PAD]; member in struct:rzg2l_csi2
798 csi2->pads[RZG2L_CSI2_SINK].flags = MEDIA_PAD_FL_SINK;
804 csi2->pads[RZG2L_CSI2_SOURCE].flags = MEDIA_PAD_FL_SOURCE;
805 ret = media_entity_pads_init(&csi2->subdev.entity, 2, csi2->pads);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmipi-csis.c178 * @pads: CSIS pads array
202 struct media_pad pads[CSIS_PADS_NUM]; member in struct:csis_state
853 state->pads[CSIS_PAD_SINK].flags = MEDIA_PAD_FL_SINK;
854 state->pads[CSIS_PAD_SOURCE].flags = MEDIA_PAD_FL_SOURCE;
856 CSIS_PADS_NUM, state->pads);
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c867 } pads[] = { local
894 for (i = 0; i < ARRAY_SIZE(pads); i++) {
895 pad_bits = pads[i].bits;
896 pad_type = pads[i].name;
941 for (i = ARRAY_SIZE(pads) - 1; i >= 0; i--) {
942 pad_type = pads[i].name;
943 pad_bits = pads[i].bits;

Completed in 248 milliseconds

12345678