Lines Matching +full:motor +full:- +full:driver
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* (C) 1999-2003 Nemosoft Unv.
3 (C) 2004-2006 Luc Saillard (luc@saillard.org)
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 */
202 /* common v4l buffer stuff -- must be first */
235 int vframes; /* frames-per-second */
270 * We have an 'image' and a 'view', where 'image' is the fixed-size img
291 /* awb / red-blue balance cluster */
332 /* motor control cluster */
347 /** Functions in pwc-misc.c */
354 /** Functions in pwc-ctrl.c */
379 /** pwc-uncompress.c */