Lines Matching +full:camera +full:- +full:sensor
2 * Samsung S5P/Exynos4 SoC series camera interface driver header
4 * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd.
15 #include <media/media-entity.h>
16 #include <media/v4l2-dev.h>
17 #include <media/v4l2-mediabus.h>
20 * Enumeration of data inputs to the camera subsystem.
36 /* Camera parallel bus */
38 /* Camera parallel bus with embedded synchronization */
40 /* Camera MIPI-CSI2 serial bus */
46 /* FIFO link from FIMC-IS */
65 * struct fimc_source_info - video source description required for the host
68 * @fimc_bus_type: FIMC camera input type
69 * @sensor_bus_type: image sensor bus type, MIPI, ITU-R BT.601 etc.
70 * @flags: the parallel sensor bus flags defining signals polarity (V4L2_MBUS_*)
71 * @mux_id: FIMC camera interface multiplexer index (separate for MIPI and ITU)
82 * Sensor subdevs should issue S5P_FIMC_TX_END_NOTIFY notification in single
83 * frame capture mode when there is only one VSYNC pulse issued by the sensor
91 * struct fimc_fmt - color format data structure
92 * @mbus_code: media bus pixel code, -1 if not applicable
96 * @memplanes: number of physically non-contiguous data planes
158 ((!(ent) || !(ent)->pipe) ? -ENOENT : \
159 (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
160 (ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD)) \