Searched defs:cx25821_channel (Results 1 – 1 of 1) sorted by relevance
213 struct cx25821_channel { struct214 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;[all …]