Lines Matching defs:tw68_dev
140 struct tw68_dev { struct
141 struct mutex lock;
142 spinlock_t slock;
143 u16 instance;
144 struct v4l2_device v4l2_dev;
147 enum tw68_decoder_type vdecoder;
148 struct video_device vdev;
149 struct v4l2_ctrl_handler hdl;
152 char *name;
153 struct pci_dev *pci;
154 unsigned char pci_rev, pci_lat;
155 u32 __iomem *lmmio;
156 u8 __iomem *bmmio;
157 u32 pci_irqmask;
159 u32 board_virqmask;
162 const struct tw68_format *fmt;
163 unsigned width, height;
164 unsigned seqnr;
165 unsigned field;
166 struct vb2_queue vidq;
167 struct list_head active;
168 void *alloc_ctx;
171 const struct tw68_tvnorm *tvnorm; /* video */
173 int input;