Lines Matching refs:entity
276 struct media_entity *me = &ve->vdev.entity; in isp_video_open()
314 struct media_entity *entity = &ivc->ve.vdev.entity; in isp_video_release() local
315 struct media_device *mdev = entity->parent; in isp_video_release()
320 media_entity_pipeline_stop(entity); in isp_video_release()
330 entity->use_count--; in isp_video_release()
459 pad = &sd->entity.pads[0]; in isp_video_pipeline_validate()
471 media_entity_type(pad->entity) != MEDIA_ENT_T_V4L2_SUBDEV) in isp_video_pipeline_validate()
474 sd = media_entity_to_v4l2_subdev(pad->entity); in isp_video_pipeline_validate()
495 struct media_entity *me = &ve->vdev.entity; in isp_video_streamon()
528 media_entity_pipeline_stop(&video->ve.vdev.entity); in isp_video_streamoff()
621 ret = media_entity_init(&vdev->entity, 1, &iv->pad, 0); in fimc_isp_video_device_register()
629 media_entity_cleanup(&vdev->entity); in fimc_isp_video_device_register()
653 media_entity_cleanup(&ve->vdev.entity); in fimc_isp_video_device_unregister()