Lines Matching defs:dt3155_priv
170 struct dt3155_priv { struct
171 struct v4l2_device v4l2_dev;
172 struct video_device vdev;
173 struct pci_dev *pdev;
174 struct vb2_queue vidq;
175 struct vb2_v4l2_buffer *curr_buf;
176 struct mutex mux;
177 struct list_head dmaq;
178 spinlock_t lock;
179 v4l2_std_id std;
180 unsigned width, height;
181 unsigned input;
182 unsigned int sequence;
183 void __iomem *regs;
184 u8 csr2, config;