Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/media/platform/exynos4-is/
Dcommon.c26 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_find_remote_sensor()
Dfimc-lite.c815 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_pipeline_validate()
1000 if (remote_ent_type != MEDIA_ENT_T_V4L2_SUBDEV) { in fimc_lite_link_setup()
1027 else if (remote_ent_type == MEDIA_ENT_T_V4L2_SUBDEV) in fimc_lite_link_setup()
Dfimc-isp-video.c473 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_video_pipeline_validate()
Dfimc-capture.c1141 media_entity_type(src_pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_pipeline_validate()
1396 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.4.14/drivers/staging/media/omap4iss/
Diss_ipipe.c451 case IPIPE_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in ipipe_link_setup()
466 case IPIPE_PAD_SOURCE_VP | MEDIA_ENT_T_V4L2_SUBDEV: in ipipe_link_setup()
Diss_ipipeif.c667 case IPIPEIF_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in ipipeif_link_setup()
695 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.c721 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
Diss_csi2.c1190 case CSI2_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in csi2_link_setup()
Diss_video.c194 media_entity_type(remote->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in iss_video_remote_subdev()
/linux-4.4.14/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.4.14/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()
695 if (media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in vsp1_pipeline_propagate_alpha()
/linux-4.4.14/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.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_resizer.c1659 case RESIZER_CROP_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
1679 case RESIZER_CROP_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
1691 case RESIZER_CROP_PAD_SOURCE2 | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
1708 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
1733 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.c91 if (remote == NULL || remote->entity->type != MEDIA_ENT_T_V4L2_SUBDEV) in vpfe_video_remote_subdev()
247 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.4.14/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.c717 subdev = media_entity_type(entity) == MEDIA_ENT_T_V4L2_SUBDEV in isp_pipeline_pm_power_one()
901 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_pipeline_enable()
991 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()
922 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.c2161 case PREV_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in preview_link_setup()
2189 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.4.14/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.4.14/drivers/media/platform/s3c-camif/
Dcamif-capture.c836 if (!pad || media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in camif_pipeline_validate()
/linux-4.4.14/drivers/media/i2c/
Ds5k5baf.c1922 sd->entity.type = MEDIA_ENT_T_V4L2_SUBDEV; in s5k5baf_configure_subdevs()