Home
last modified time | relevance | path

Searched refs:MEDIA_PAD_FL_SINK (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/include/linux/
Dmedia.h97 #define MEDIA_PAD_FL_SINK (1 << 0) macro
/linux-3.4.99/drivers/media/video/uvc/
Duvc_entity.c45 if (!(entity->pads[i].flags & MEDIA_PAD_FL_SINK)) in uvc_mc_register_entity()
Duvc_driver.c822 entity->pads[i].flags = MEDIA_PAD_FL_SINK; in uvc_alloc_entity()
/linux-3.4.99/drivers/media/video/omap3isp/
Disp.h349 if (subdev->entity.pads[pad].flags & MEDIA_PAD_FL_SINK) in isp_pad_buffer_type()
Dispvideo.c304 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in isp_video_validate_pipeline()
1298 video->pad.flags = MEDIA_PAD_FL_SINK; in omap3isp_video_init()
Disp.c751 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in isp_pipeline_enable()
849 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in isp_pipeline_disable()
Dispstat.c1068 stat->pad.flags = MEDIA_PAD_FL_SINK; in isp_stat_init_entities()
Dispccp2.c1090 pads[CCP2_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in ccp2_init_entities()
Dispcsi2.c1238 pads[CSI2_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in csi2_init_entities()
Dispresizer.c1665 pads[RESZ_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in resizer_init_entities()
Dispccdc.c2208 pads[CCDC_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in ccdc_init_entities()
Disppreview.c2148 pads[PREV_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in preview_init_entities()
/linux-3.4.99/drivers/media/video/s5p-fimc/
Dfimc-capture.c927 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in fimc_pipeline_validate()
1440 fimc->vid_cap.sd_pads[FIMC_SD_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in fimc_create_capture_subdev()
1550 fimc->vid_cap.vd_pad.flags = MEDIA_PAD_FL_SINK; in fimc_register_capture_device()
Dmipi-csis.c563 state->pads[CSIS_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in s5pcsis_probe()
/linux-3.4.99/Documentation/
Dmedia-framework.txt187 MEDIA_PAD_FL_SINK indicates that the pad supports sinking data.
190 One and only one of MEDIA_PAD_FL_SINK and MEDIA_PAD_FL_SOURCE must be set for