Lines Matching +full:fifo +full:- +full:depth +full:- +full:bits
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>
40 /* Camera MIPI-CSI2 serial bus */
42 /* FIFO link from LCD controller (WriteBack A) */
44 /* FIFO link from LCD controller (WriteBack B) */
46 /* FIFO link from FIMC-IS */
65 * struct fimc_source_info - video source description required for the host
69 * @sensor_bus_type: image sensor bus type, MIPI, ITU-R BT.601 etc.
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
99 * @depth: per plane driver's private 'number of bits per pixel'
111 u8 depth[FIMC_MAX_PLANES]; member
158 ((!(ent) || !(ent)->pipe) ? -ENOENT : \
159 (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
160 (ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD)) \