/linux-4.4.14/include/uapi/linux/ |
D | media.h | 62 #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/ |
D | common.c | 26 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_find_remote_sensor()
|
D | fimc-lite.c | 815 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()
|
D | fimc-isp-video.c | 473 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_video_pipeline_validate()
|
D | fimc-capture.c | 1141 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()
|
D | media-dev.c | 92 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in fimc_pipeline_prepare()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_ipipe.c | 451 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()
|
D | iss_ipipeif.c | 667 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()
|
D | iss.c | 422 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()
|
D | iss_resizer.c | 721 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
|
D | iss_csi2.c | 1190 case CSI2_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in csi2_link_setup()
|
D | iss_video.c | 194 media_entity_type(remote->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in iss_video_remote_subdev()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 529 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/ |
D | vsp1_video.c | 164 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/ |
D | xilinx-dma.c | 53 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/ |
D | dm365_resizer.c | 1659 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()
|
D | dm365_ipipeif.c | 899 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()
|
D | vpfe_video.c | 91 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()
|
D | dm365_ipipe.c | 1715 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()
|
D | dm365_isif.c | 1712 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/ |
D | ispccp2.c | 973 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()
|
D | isp.c | 717 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()
|
D | ispvideo.c | 214 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()
|
D | ispccdc.c | 2518 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()
|
D | isppreview.c | 2161 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()
|
D | ispcsi2.c | 1164 case CSI2_PAD_SOURCE | MEDIA_ENT_T_V4L2_SUBDEV: in csi2_link_setup()
|
D | ispresizer.c | 1640 case RESZ_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup()
|
/linux-4.4.14/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1691 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/ |
D | camif-capture.c | 836 if (!pad || media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in camif_pipeline_validate()
|
/linux-4.4.14/drivers/media/i2c/ |
D | s5k5baf.c | 1922 sd->entity.type = MEDIA_ENT_T_V4L2_SUBDEV; in s5k5baf_configure_subdevs()
|