Lines Matching +full:itu +full:- +full:r
1 /* SPDX-License-Identifier: GPL-2.0-only */
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>
37 /* Camera MIPI-CSI2 serial bus */
43 /* FIFO link from FIMC-IS */
62 * struct fimc_source_info - video source description required for the host
66 * @sensor_bus_type: image sensor bus type, MIPI, ITU-R BT.601 etc.
68 * @mux_id: FIMC camera interface multiplexer index (separate for MIPI and ITU)
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)) \