common.h 375 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2013 Samsung Electronics Co., Ltd.
  4. */
  5. #include <linux/device.h>
  6. #include <linux/videodev2.h>
  7. #include <media/media-entity.h>
  8. #include <media/v4l2-subdev.h>
  9. struct v4l2_subdev *fimc_find_remote_sensor(struct media_entity *entity);
  10. void __fimc_vidioc_querycap(struct device *dev, struct v4l2_capability *cap);