uvc_fmts           41 drivers/media/usb/uvc/uvc_driver.c static struct uvc_format_desc uvc_fmts[] = {
uvc_fmts          240 drivers/media/usb/uvc/uvc_driver.c 	unsigned int len = ARRAY_SIZE(uvc_fmts);
uvc_fmts          244 drivers/media/usb/uvc/uvc_driver.c 		if (memcmp(guid, uvc_fmts[i].guid, 16) == 0)
uvc_fmts          245 drivers/media/usb/uvc/uvc_driver.c 			return &uvc_fmts[i];