Lines Matching +full:csi +full:- +full:2

2  * Copyright 2005-2009 Freescale Semiconductor, Inc.
8 * http://www.opensource.org/licenses/lgpl-license.html
21 #include <media/v4l2-mediabus.h>
56 * Enumeration of CSI destinations
69 #define IPU_ROT_BIT_90 (1 << 2)
83 /* 90-degree rotations require the IRT unit */
116 #define IPUV3_CHANNEL_CSI2 2
121 * but the direct CSI->VDI linking is handled the same way as IDMAC
123 * these channel names are used to support the direct CSI->VDI link.
183 return -EINVAL;
191 #define IPU_IRQ_DP_SF_START (448 + 2)
320 #define IPU_DP_FLOW_ASYNC0_BG 2
355 * IPU CMOS Sensor Interface (csi) functions
358 int ipu_csi_init_interface(struct ipu_csi *csi,
362 void ipu_csi_set_window(struct ipu_csi *csi, struct v4l2_rect *w);
363 void ipu_csi_set_downsize(struct ipu_csi *csi, bool horiz, bool vert);
364 int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc,
366 int ipu_csi_set_skip_smfc(struct ipu_csi *csi, u32 skip,
368 int ipu_csi_set_dest(struct ipu_csi *csi, enum ipu_csi_dest csi_dest);
369 int ipu_csi_enable(struct ipu_csi *csi);
370 int ipu_csi_disable(struct ipu_csi *csi);
372 void ipu_csi_put(struct ipu_csi *csi);
373 void ipu_csi_dump(struct ipu_csi *csi);
388 * - Y'CbCr encoding
389 * - quantization
390 * - "colorspace" (RGB or YUV).
404 ic_cs->enc = enc;
405 ic_cs->quant = quant;
406 ic_cs->cs = cs;
410 s16 coeff[3][3]; /* signed 9-bit integer coefficients */
411 s16 offset[3]; /* signed 11+2-bit fixed point offset */
412 u8 scale:2; /* scale coefficients * 2^(scale-1) */
453 * IPU Video De-Interlacer (vdi) functions
481 int csi;
485 int dma[2];