Searched refs:usbvision_v4l2_format (Results 1 - 2 of 2) sorted by relevance

/drivers/media/usb/usbvision/
H A Dusbvision-video.c106 static struct usbvision_v4l2_format_st usbvision_v4l2_format[] = { variable in typeref:struct:usbvision_v4l2_format_st
895 strcpy(vfd->description, usbvision_v4l2_format[vfd->index].desc);
896 vfd->pixelformat = usbvision_v4l2_format[vfd->index].format;
925 usbvision_v4l2_format[format_idx].format) {
926 usbvision->palette = usbvision_v4l2_format[format_idx];
1486 usbvision->palette = usbvision_v4l2_format[2]; /* V4L2_PIX_FMT_RGB24; */
1695 usbvision_v4l2_format[6].supported = 0; /* V4L2_PIX_FMT_YVU420 */
1696 usbvision_v4l2_format[7].supported = 0; /* V4L2_PIX_FMT_YUV422P */
H A Dusbvision.h282 #define USBVISION_SUPPORTED_PALETTES ARRAY_SIZE(usbvision_v4l2_format)

Completed in 17 milliseconds