Lines Matching defs:cx25821_channel
213 struct cx25821_channel { struct
214 unsigned id;
215 struct cx25821_dev *dev;
217 struct v4l2_ctrl_handler hdl;
219 struct video_device vdev;
220 struct cx25821_dmaqueue dma_vidq;
221 struct vb2_queue vidq;
223 const struct sram_channel *sram_channels;
225 const struct cx25821_fmt *fmt;
226 unsigned field;
227 unsigned int width, height;
228 int pixel_formats;
229 int use_cif_resolution;
230 int cif_width;
233 struct cx25821_video_out_data *out;