Searched refs:media_entity_pipeline_start (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/media/ |
D | media-entity.h | 158 __must_check int media_entity_pipeline_start(struct media_entity *entity,
|
/linux-4.4.14/Documentation/ |
D | media-framework.txt | 324 media_entity_pipeline_start(struct media_entity *entity, 335 Calls to media_entity_pipeline_start() can be nested. The pipeline pointer must 338 media_entity_pipeline_start() may return an error. In that case, it will 345 If multiple calls to media_entity_pipeline_start() have been made the same 362 Link validation is performed by media_entity_pipeline_start() for any
|
/linux-4.4.14/drivers/media/ |
D | media-entity.c | 225 __must_check int media_entity_pipeline_start(struct media_entity *entity, in media_entity_pipeline_start() function 334 EXPORT_SYMBOL_GPL(media_entity_pipeline_start);
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 408 ret = media_entity_pipeline_start(&dma->video.entity, &pipe->pipe); in xvip_dma_start_streaming()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 500 ret = media_entity_pipeline_start(me, &ve->pipe->mp); in isp_video_streamon()
|
D | fimc-lite.c | 843 ret = media_entity_pipeline_start(entity, &fimc->ve.pipe->mp); in fimc_lite_streamon()
|
D | fimc-capture.c | 1204 ret = media_entity_pipeline_start(entity, &vc->ve.pipe->mp); in fimc_cap_streamon()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.c | 779 ret = media_entity_pipeline_start(&video->video.entity, &pipe->pipe); in iss_video_streamon()
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 1084 ret = media_entity_pipeline_start(&video->video.entity, &pipe->pipe); in vsp1_video_streamon()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 1028 ret = media_entity_pipeline_start(&video->video.entity, &pipe->pipe); in isp_video_streamon()
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 872 ret = media_entity_pipeline_start(sensor, camif->m_pipeline); in s3c_camif_streamon()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.c | 719 ret = media_entity_pipeline_start(fepriv->pipe_start_entity, in dvb_frontend_thread()
|