Lines Matching defs:tw68_dev
155 struct tw68_dev { struct
156 struct mutex lock;
157 spinlock_t slock;
158 u16 instance;
159 struct v4l2_device v4l2_dev;
162 enum tw68_decoder_type vdecoder;
163 struct video_device vdev;
164 struct v4l2_ctrl_handler hdl;
167 char *name;
168 struct pci_dev *pci;
169 unsigned char pci_rev, pci_lat;
170 u32 __iomem *lmmio;
171 u8 __iomem *bmmio;
172 u32 pci_irqmask;
174 u32 board_virqmask;
177 const struct tw68_format *fmt;
178 unsigned width, height;
179 unsigned seqnr;
180 unsigned field;
181 struct vb2_queue vidq;
182 struct list_head active;
183 void *alloc_ctx;
186 const struct tw68_tvnorm *tvnorm; /* video */
188 int input;