Lines Matching defs:cx25821_channel
195 struct cx25821_channel { struct
196 unsigned id;
197 struct cx25821_dev *dev;
199 struct v4l2_ctrl_handler hdl;
201 struct video_device vdev;
202 struct cx25821_dmaqueue dma_vidq;
203 struct vb2_queue vidq;
205 const struct sram_channel *sram_channels;
207 const struct cx25821_fmt *fmt;
208 unsigned field;
209 unsigned int width, height;
210 int pixel_formats;
211 int use_cif_resolution;
212 int cif_width;
215 struct cx25821_video_out_data *out;