Lines Matching +full:isoc +full:- +full:in
1 /* SPDX-License-Identifier: GPL-2.0 */
9 #include <media/v4l2-common.h>
10 #include <media/v4l2-ctrls.h>
11 #include <media/v4l2-device.h>
12 #include <media/videobuf2-v4l2.h>
13 #include <media/videobuf2-vmalloc.h>
32 v4l2_dbg(level, gspca_debug, &(gspca_dev)->v4l2_dev, \
36 v4l2_err(&(gspca_dev)->v4l2_dev, fmt, ##__VA_ARGS__)
49 /* device information - set at probe time */
58 u8 bulk_nurbs; /* number of URBs in bulk mode
59 * - cannot be > MAX_NURBS
60 * - when 0 and bulk_size != 0 means
62 u8 bulk; /* image transfer by 0:isoc / 1:bulk */
63 u8 npkt; /* number of packets in an ISOC message
103 const char *name; /* sub-driver name */
114 cam_v_op stopN; /* called on stream off - main alt */
115 cam_v_op stop0; /* called on stream off & disconnect - alt 0 */
130 /* other_input makes the gspca core create gspca_dev->input even when
170 the autogain/exposure functions in autogain_functions.c use them */
188 __s8 empty_packet; /* if (-1) don't check empty packets */
202 int usb_err; /* USB error - protected by usb_lock */
203 u16 pkt_size; /* ISOC packet size */
205 char frozen; /* suspend - resume */