Lines Matching defs:cx25821_channel
196 struct cx25821_channel { struct
197 unsigned id;
198 struct cx25821_dev *dev;
200 struct v4l2_ctrl_handler hdl;
202 struct video_device vdev;
203 struct cx25821_dmaqueue dma_vidq;
204 struct vb2_queue vidq;
206 const struct sram_channel *sram_channels;
208 const struct cx25821_fmt *fmt;
209 unsigned field;
210 unsigned int width, height;
211 int pixel_formats;
212 int use_cif_resolution;
213 int cif_width;
216 struct cx25821_video_out_data *out;