Searched defs:cx25821_channel (Results 1 – 1 of 1) sorted by relevance
195 struct cx25821_channel { struct196 unsigned id;197 struct cx25821_dev *dev;199 struct v4l2_ctrl_handler hdl;201 struct video_device vdev;202 struct cx25821_dmaqueue dma_vidq;203 struct vb2_queue vidq;205 const struct sram_channel *sram_channels;207 const struct cx25821_fmt *fmt;208 unsigned field;[all …]