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

/drivers/media/video/saa7164/
H A Dsaa7164-types.h265 * bFormatIndex - A non-zero constant that uniquely identifies the
281 u8 bFormatIndex; member in struct:tmComResTSFormatDescrHeader
399 u8 bFormatIndex; member in struct:tmComResPSFormatDescrHeader
410 u8 bFormatIndex; member in struct:tmComResVBIFormatDescrHeader
420 u8 bFormatIndex; member in struct:tmComResProbeCommit
H A Dsaa7164-api.c115 fmt.bFormatIndex = 1;
154 dprintk(DBGLVL_API, "rsp.bFormatIndex = 0x%x\n",
155 rsp.bFormatIndex);
829 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", fmt->bFormatIndex);
864 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", tsfmt->bFormatIndex);
898 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", fmt->bFormatIndex);
/drivers/usb/gadget/
H A Dwebcam.c165 .bFormatIndex = 1,
219 .bFormatIndex = 2,
/drivers/media/video/uvc/
H A Duvc_video.c97 if (stream->format[i].index == ctrl->bFormatIndex) {
209 ctrl->bFormatIndex = data[2];
259 data[2] = ctrl->bFormatIndex;
1767 if (format->index == probe->bFormatIndex)
1788 probe->bFormatIndex = format->index;
H A Duvc_v4l2.c217 probe->bFormatIndex = format->index;

Completed in 253 milliseconds