Lines Matching +full:isoc +full:- +full:in
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* (C) 1999-2003 Nemosoft Unv.
3 (C) 2004-2006 Luc Saillard ([email protected])
6 driver and thus may have bugs that are not present in the original version.
8 The decompression routines have been implemented by reverse-engineering the
25 #include <media/v4l2-common.h>
26 #include <media/v4l2-device.h>
27 #include <media/v4l2-ioctl.h>
28 #include <media/v4l2-ctrls.h>
29 #include <media/v4l2-fh.h>
30 #include <media/v4l2-event.h>
31 #include <media/videobuf2-v4l2.h>
32 #include <media/videobuf2-vmalloc.h>
36 #include "pwc-dec1.h"
37 #include "pwc-dec23.h"
45 /* Trace certain actions in the driver */
104 /* Ignore errors in the first N frames, to allow for startup delays */
194 __u8 cmd[4]; /* the four byte of the command (in case of
202 /* common v4l buffer stuff -- must be first */
232 int vendpoint; /* video isoc endpoint */
235 int vframes; /* frames-per-second */
240 int visoc_errors; /* number of contiguous ISOC errors */
242 char vsync; /* used by isoc handler */
253 * isoc urb complete handler, and by stream start / stop since
270 * We have an 'image' and a 'view', where 'image' is the fixed-size img
272 * program. The camera image is centered in this viewport, laced with
291 /* awb / red-blue balance cluster */
297 unsigned long last_color_bal_update; /* In jiffies */
306 unsigned long last_gain_update; /* In jiffies */
314 unsigned long last_exposure_update; /* In jiffies */
347 /** Functions in pwc-misc.c */
348 /* sizes in pixels */
354 /** Functions in pwc-ctrl.c */
379 /** pwc-uncompress.c */