Searched refs:bFormatIndex (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dwebcam.c165 .bFormatIndex = 1,
219 .bFormatIndex = 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_video.c72 if (ctrl->bFormatIndex <= 0 ||
73 ctrl->bFormatIndex > stream->nformats)
76 format = &stream->format[ctrl->bFormatIndex - 1];
172 ctrl->bFormatIndex = data[2];
222 data[2] = ctrl->bFormatIndex;
1147 if (format->index == probe->bFormatIndex)
1168 probe->bFormatIndex = format->index;
H A Duvc_v4l2.c245 probe->bFormatIndex = format->index;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dvideo.h437 __u8 bFormatIndex; member in struct:uvc_streaming_control
459 __u8 bFormatIndex; member in struct:uvc_format_uncompressed
516 __u8 bFormatIndex; member in struct:uvc_format_mjpeg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-types.h265 * bFormatIndex - A non-zero constant that uniquely identifies the
281 u8 bFormatIndex; member in struct:__anon12264
H A Dsaa7164-api.c69 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", tsfmt->bFormatIndex);

Completed in 41 milliseconds