Lines Matching refs:entity
214 media_entity_type(remote->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_video_remote_subdev()
220 return media_entity_to_v4l2_subdev(remote->entity); in isp_video_remote_subdev()
228 struct media_entity *entity = &video->video.entity; in isp_video_get_graph_data() local
229 struct media_device *mdev = entity->parent; in isp_video_get_graph_data()
233 media_entity_graph_walk_start(&graph, entity); in isp_video_get_graph_data()
235 while ((entity = media_entity_graph_walk_next(&graph))) { in isp_video_get_graph_data()
238 pipe->entities |= 1 << entity->id; in isp_video_get_graph_data()
243 if (entity == &video->video.entity) in isp_video_get_graph_data()
246 if (media_entity_type(entity) != MEDIA_ENT_T_DEVNODE) in isp_video_get_graph_data()
249 __video = to_isp_video(media_entity_to_video_device(entity)); in isp_video_get_graph_data()
389 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in isp_video_buffer_queue()
454 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in omap3isp_video_buffer_next()
884 &isp->isp_csi2a.subdev.entity, in isp_video_check_external_subdevs()
885 &isp->isp_csi2c.subdev.entity, in isp_video_check_external_subdevs()
886 &isp->isp_ccp2.subdev.entity, in isp_video_check_external_subdevs()
887 &isp->isp_ccdc.subdev.entity in isp_video_check_external_subdevs()
912 source = source_pad->entity; in isp_video_check_external_subdevs()
956 if (pipe->entities & (1 << isp->isp_ccdc.subdev.entity.id)) { in isp_video_check_external_subdevs()
1019 pipe = video->video.entity.pipe in isp_video_streamon()
1020 ? to_isp_pipeline(&video->video.entity) : &video->pipe; in isp_video_streamon()
1028 ret = media_entity_pipeline_start(&video->video.entity, &pipe->pipe); in isp_video_streamon()
1103 media_entity_pipeline_stop(&video->video.entity); in isp_video_streamon()
1125 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in isp_video_streamoff()
1166 media_entity_pipeline_stop(&video->video.entity); in isp_video_streamoff()
1247 ret = omap3isp_pipeline_pm_use(&video->video.entity, 1); in isp_video_open()
1297 omap3isp_pipeline_pm_use(&video->video.entity, 0); in isp_video_release()
1371 ret = media_entity_init(&video->video.entity, 1, &video->pad, 0); in omap3isp_video_init()
1405 media_entity_cleanup(&video->video.entity); in omap3isp_video_cleanup()