Lines Matching defs:cx25821_channel
212 struct cx25821_channel { struct
213 unsigned id;
214 struct cx25821_dev *dev;
216 struct v4l2_ctrl_handler hdl;
218 struct video_device vdev;
219 struct cx25821_dmaqueue dma_vidq;
220 struct vb2_queue vidq;
222 const struct sram_channel *sram_channels;
224 const struct cx25821_fmt *fmt;
225 unsigned field;
226 unsigned int width, height;
227 int pixel_formats;
228 int use_cif_resolution;
229 int cif_width;
232 struct cx25821_video_out_data *out;