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