Lines Matching refs:iformat
1485 uint8_t iformat, iframe, nframes;
1515 iformat = CLAMP((uint32_t)com.bFormatIndex, 1U,
1518 pformat = &g_fuvc_formats[iformat - 1];
1536 target->bFormatIndex = iformat;
1772 int iframe, int iformat)
1778 if (iformat < 0)
1780 iformat = ARRAY_SIZE(g_fuvc_formats) + iformat;
1783 if (iformat < 0 || iformat >= (int)ARRAY_SIZE(g_fuvc_formats))
1788 pformat = &g_fuvc_formats[iformat];
1813 ctrl->bFormatIndex = iformat + 1; /* 1 is yuv, 2 is mjpeg */