Lines Matching +full:sub +full:- +full:bus
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2013 - 2014 Texas Instruments, Inc.
12 #include <linux/am437x-vpfe.h>
20 #include <media/v4l2-dev.h>
21 #include <media/v4l2-device.h>
22 #include <media/v4l2-ioctl.h>
23 #include <media/videobuf2-v4l2.h>
24 #include <media/videobuf2-dma-contig.h>
26 #include "am437x-vpfe_regs.h"
36 /* BT656 - 8 bit */
38 /* BT656 - 10 bit */
40 /* YCbCr - 8 bit with external sync */
42 /* YCbCr - 16 bit with external sync */
70 /* Sub device group id */
72 /* inputs available at the sub device */
74 /* Sub dev routing information for each input */
76 /* check if sub dev supports routing */
78 /* ccdc bus/interface configuration */
107 /* only applicable for 8-bit input mode */
122 return 15 - width; in ccdc_gamma_width_max_bit()
128 return sz == VPFE_CCDC_DATA_8BITS ? 7 : 15 - sz; in ccdc_data_size_max_bit()
207 * struct vpfe_fmt - VPFE media bus format information
209 * code: V4L2 media bus format code
210 * bitsperpixel: Bits per pixel over the bus
229 /* sub devices */
244 /* ptr to currently selected sub device */
246 /* current input at the sub device */