tw68.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) tw68.h (2bc46b3ad3c15165f91459b07ff8682478683194)
1/*
2 * tw68 driver common header file
3 *
4 * Much of this code is derived from the cx88 and sa7134 drivers, which
5 * were in turn derived from the bt87x driver. The original work was by
6 * Gerd Knorr; more recently the code was enhanced by Mauro Carvalho Chehab,
7 * Hans Verkuil, Andy Walls and many others. Their work is gratefully
8 * acknowledged. Full credit goes to them - any problems within this code

--- 151 unchanged lines hidden (view full) ---

160
161 /* video capture */
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;
1/*
2 * tw68 driver common header file
3 *
4 * Much of this code is derived from the cx88 and sa7134 drivers, which
5 * were in turn derived from the bt87x driver. The original work was by
6 * Gerd Knorr; more recently the code was enhanced by Mauro Carvalho Chehab,
7 * Hans Verkuil, Andy Walls and many others. Their work is gratefully
8 * acknowledged. Full credit goes to them - any problems within this code

--- 151 unchanged lines hidden (view full) ---

160
161 /* video capture */
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;
169
170 /* various v4l controls */
171 const struct tw68_tvnorm *tvnorm; /* video */
172
173 int input;
174};
175
176/* ----------------------------------------------------------- */

--- 40 unchanged lines hidden ---
168
169 /* various v4l controls */
170 const struct tw68_tvnorm *tvnorm; /* video */
171
172 int input;
173};
174
175/* ----------------------------------------------------------- */

--- 40 unchanged lines hidden ---