Lines Matching +full:camera +full:- +full:sensor
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Samsung S5P/Exynos4 SoC series camera interface driver header
5 * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd.
12 #include <media/media-entity.h>
13 #include <media/v4l2-dev.h>
14 #include <media/v4l2-mediabus.h>
17 * Enumeration of data inputs to the camera subsystem.
33 /* Camera parallel bus */
35 /* Camera parallel bus with embedded synchronization */
37 /* Camera MIPI-CSI2 serial bus */
43 /* FIFO link from FIMC-IS */
62 * struct fimc_source_info - video source description required for the host
65 * @fimc_bus_type: FIMC camera input type
66 * @sensor_bus_type: image sensor bus type, MIPI, ITU-R BT.601 etc.
67 * @flags: the parallel sensor bus flags defining signals polarity (V4L2_MBUS_*)
68 * @mux_id: FIMC camera interface multiplexer index (separate for MIPI and ITU)
79 * Sensor subdevs should issue S5P_FIMC_TX_END_NOTIFY notification in single
80 * frame capture mode when there is only one VSYNC pulse issued by the sensor
88 * struct fimc_fmt - color format data structure
89 * @mbus_code: media bus pixel code, -1 if not applicable
92 * @memplanes: number of physically non-contiguous data planes
153 ((!(ent) || !(ent)->pipe) ? -ENOENT : \
154 (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
155 (ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD)) \