• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/

Lines Matching refs:__u8

38 	__u8 entity[16];
39 __u8 index;
40 __u8 selector;
47 __u8 name[32];
51 __u8 reserved[64];
56 __u8 name[32];
57 __u8 entity[16];
58 __u8 selector;
60 __u8 size;
61 __u8 offset;
72 __u8 unit;
73 __u8 selector;
75 __u8 __user *data;
204 __u8 entity[16];
205 __u8 index;
206 __u8 selector;
218 __u8 name[32];
219 __u8 entity[16];
220 __u8 selector;
222 __u8 size;
223 __u8 offset;
230 __s32 (*get) (struct uvc_control_mapping *mapping, __u8 query,
231 const __u8 *data);
233 __u8 *data);
240 __u8 index; /* Used to match the uvc_control entry with a
242 __u8 dirty : 1,
247 __u8 *uvc_data;
248 __u8 *uvc_info;
253 __u8 guid[16];
276 __u8 id;
285 __u8 bControlSize;
286 __u8 *bmControls;
290 __u8 bControlSize;
291 __u8 *bmControls;
292 __u8 bTransportModeSize;
293 __u8 *bmTransportModes;
301 __u8 bControlSize;
302 __u8 *bmControls;
303 __u8 bmVideoStandards;
310 __u8 guidExtensionCode[16];
311 __u8 bNumControls;
312 __u8 bControlSize;
313 __u8 *bmControls;
314 __u8 *bmControlsType;
318 __u8 bNrInPins;
319 __u8 *baSourceID;
326 __u8 bFrameIndex;
327 __u8 bmCapabilities;
333 __u8 bFrameIntervalType;
339 __u8 type;
340 __u8 index;
341 __u8 bpp;
342 __u8 colorspace;
353 __u8 bNumFormats;
354 __u8 bEndpointAddress;
355 __u8 bTerminalLink;
356 __u8 bControlSize;
357 __u8 *bmaControls;
359 __u8 bmInfo;
360 __u8 bStillCaptureMethod;
361 __u8 bTriggerSupport;
362 __u8 bTriggerUsage;
449 __u8 header[256];
461 __u8 last_fid;
494 __u8 *status;
601 extern int uvc_query_ctrl(struct uvc_device *dev, __u8 query, __u8 unit,
602 __u8 intfnum, __u8 cs, void *data, __u16 size);
651 struct usb_host_interface *alts, __u8 epaddr);