Lines Matching defs:cx25821_channel
207 struct cx25821_channel { struct
208 unsigned id;
209 struct cx25821_dev *dev;
211 struct v4l2_ctrl_handler hdl;
213 struct video_device vdev;
214 struct cx25821_dmaqueue dma_vidq;
215 struct vb2_queue vidq;
217 const struct sram_channel *sram_channels;
219 const struct cx25821_fmt *fmt;
220 unsigned field;
221 unsigned int width, height;
222 int pixel_formats;
223 int use_cif_resolution;
224 int cif_width;
227 struct cx25821_video_out_data *out;