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