root/drivers/media/platform/exynos4-is/common.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


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

/* [<][>][^][v][top][bottom][index][help] */