Home
last modified time | relevance | path

Searched refs:MEDIA_ENT_T_V4L2_SUBDEV (Results 1 – 30 of 30) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dmedia.h62 #define MEDIA_ENT_T_V4L2_SUBDEV (2 << MEDIA_ENT_TYPE_SHIFT) macro
63 #define MEDIA_ENT_T_V4L2_SUBDEV_SENSOR (MEDIA_ENT_T_V4L2_SUBDEV + 1)
64 #define MEDIA_ENT_T_V4L2_SUBDEV_FLASH (MEDIA_ENT_T_V4L2_SUBDEV + 2)
65 #define MEDIA_ENT_T_V4L2_SUBDEV_LENS (MEDIA_ENT_T_V4L2_SUBDEV + 3)
67 #define MEDIA_ENT_T_V4L2_SUBDEV_DECODER (MEDIA_ENT_T_V4L2_SUBDEV + 4)
69 #define MEDIA_ENT_T_V4L2_SUBDEV_TUNER (MEDIA_ENT_T_V4L2_SUBDEV + 5)
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dcommon.c26 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_find_remote_sensor()
Dfimc-lite.c818 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_pipeline_validate()
1003 if (remote_ent_type != MEDIA_ENT_T_V4L2_SUBDEV) { in fimc_lite_link_setup()
1030 else if (remote_ent_type == MEDIA_ENT_T_V4L2_SUBDEV) in fimc_lite_link_setup()
Dfimc-isp-video.c471 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_video_pipeline_validate()
Dfimc-capture.c1145 media_entity_type(src_pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_pipeline_validate()
1400 if (media_entity_type(remote->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_link_setup()
Dmedia-dev.c92 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_pipeline_prepare()
/linux-4.1.27/drivers/staging/media/omap4iss/
Diss_ipipe.c443 case IPIPE_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in ipipe_link_setup()
458 case IPIPE_PAD_SOURCE_VP | MEDIA_ENT_T_V4L2_SUBDEV: in ipipe_link_setup()
Diss_ipipeif.c665 case IPIPEIF_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in ipipeif_link_setup()
693 case IPIPEIF_PAD_SOURCE_VP | MEDIA_ENT_T_V4L2_SUBDEV: in ipipeif_link_setup()
Diss.c422 subdev = media_entity_type(entity) == MEDIA_ENT_T_V4L2_SUBDEV in iss_pipeline_pm_power_one()
594 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in iss_pipeline_disable()
662 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in iss_pipeline_enable()
Diss_resizer.c720 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
Diss_csi2.c1184 case CSI2_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in csi2_link_setup()
Diss_video.c195 media_entity_type(remote->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in iss_video_remote_subdev()
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_video.c164 media_entity_type(remote->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in vsp1_video_remote_subdev()
329 if (media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in vsp1_pipeline_validate_branch()
426 if (media_entity_type(entity) != MEDIA_ENT_T_V4L2_SUBDEV) { in vsp1_pipeline_validate()
683 if (media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in vsp1_pipeline_propagate_alpha()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-subdev.c529 if (media_entity_type(pad->entity) == MEDIA_ENT_T_V4L2_SUBDEV) { in v4l2_subdev_link_validate_get_format()
587 sd->entity.type = MEDIA_ENT_T_V4L2_SUBDEV; in v4l2_subdev_init()
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-dma.c53 media_entity_type(remote->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in xvip_dma_remote_subdev()
117 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in xvip_pipeline_start_stop()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_resizer.c1658 case RESIZER_CROP_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
1678 case RESIZER_CROP_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
1690 case RESIZER_CROP_PAD_SOURCE2 | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
1707 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
1732 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
Ddm365_ipipeif.c899 case IPIPEIF_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in ipipeif_link_setup()
911 case IPIPEIF_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in ipipeif_link_setup()
Dvpfe_video.c94 if (remote == NULL || remote->entity->type != MEDIA_ENT_T_V4L2_SUBDEV) in vpfe_video_remote_subdev()
250 pad->entity->type != MEDIA_ENT_T_V4L2_SUBDEV) in vpfe_video_validate_pipeline()
Ddm365_ipipe.c1715 case IPIPE_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in ipipe_link_setup()
1728 case IPIPE_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in ipipe_link_setup()
Ddm365_isif.c1712 case ISIF_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in isif_link_setup()
1731 case ISIF_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in isif_link_setup()
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispccp2.c973 case CCP2_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in ccp2_link_setup()
984 case CCP2_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in ccp2_link_setup()
Disp.c719 subdev = media_entity_type(entity) == MEDIA_ENT_T_V4L2_SUBDEV in isp_pipeline_pm_power_one()
903 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_pipeline_enable()
993 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_pipeline_disable()
Dispvideo.c214 media_entity_type(remote->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_video_remote_subdev()
919 if (media_entity_type(source) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_video_check_external_subdevs()
Dispccdc.c2518 case CCDC_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in ccdc_link_setup()
2546 case CCDC_PAD_SOURCE_VP | MEDIA_ENT_T_V4L2_SUBDEV: in ccdc_link_setup()
2570 case CCDC_PAD_SOURCE_OF | MEDIA_ENT_T_V4L2_SUBDEV: in ccdc_link_setup()
Disppreview.c2165 case PREV_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in preview_link_setup()
2193 case PREV_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in preview_link_setup()
Dispcsi2.c1164 case CSI2_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in csi2_link_setup()
Dispresizer.c1640 case RESZ_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
/linux-4.1.27/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1691 sd->entity.type = MEDIA_ENT_T_V4L2_SUBDEV; in s5c73m3_probe()
1707 oif_sd->entity.type = MEDIA_ENT_T_V4L2_SUBDEV; in s5c73m3_probe()
/linux-4.1.27/drivers/media/i2c/
Ds5k5baf.c1922 sd->entity.type = MEDIA_ENT_T_V4L2_SUBDEV; in s5k5baf_configure_subdevs()
/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-capture.c837 if (!pad || media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in camif_pipeline_validate()