Lines Matching defs:tw68_dev
130 struct tw68_dev { struct
131 struct mutex lock;
132 spinlock_t slock;
133 u16 instance;
134 struct v4l2_device v4l2_dev;
137 enum tw68_decoder_type vdecoder;
138 struct video_device vdev;
139 struct v4l2_ctrl_handler hdl;
142 char *name;
143 struct pci_dev *pci;
144 unsigned char pci_rev, pci_lat;
145 u32 __iomem *lmmio;
146 u8 __iomem *bmmio;
147 u32 pci_irqmask;
149 u32 board_virqmask;
152 const struct tw68_format *fmt;
153 unsigned width, height;
154 unsigned seqnr;
155 unsigned field;
156 struct vb2_queue vidq;
157 struct list_head active;
160 const struct tw68_tvnorm *tvnorm; /* video */
162 int input;