Lines Matching refs:entity
278 struct media_entity *me = &ve->vdev.entity; in isp_video_open()
316 struct media_entity *entity = &ivc->ve.vdev.entity; in isp_video_release() local
317 struct media_device *mdev = entity->parent; in isp_video_release()
322 media_entity_pipeline_stop(entity); in isp_video_release()
332 entity->use_count--; in isp_video_release()
461 pad = &sd->entity.pads[0]; in isp_video_pipeline_validate()
473 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_video_pipeline_validate()
476 sd = media_entity_to_v4l2_subdev(pad->entity); in isp_video_pipeline_validate()
497 struct media_entity *me = &ve->vdev.entity; in isp_video_streamon()
530 media_entity_pipeline_stop(&video->ve.vdev.entity); in isp_video_streamoff()
623 ret = media_entity_init(&vdev->entity, 1, &iv->pad, 0); in fimc_isp_video_device_register()
631 media_entity_cleanup(&vdev->entity); in fimc_isp_video_device_register()
655 media_entity_cleanup(&ve->vdev.entity); in fimc_isp_video_device_unregister()