Lines Matching full:uvc
18 #include <linux/usb/uvc.h>
80 * UVC transfer characteristics. If v4l2_xfer_func is extended with new in uvc_xfer_func()
107 * UVC matrix coefficients. If v4l2_ycbcr_encoding is extended with new in uvc_ycbcr_enc()
435 * Several UVC chipsets screw up dwMaxVideoFrameBufferSize in uvc_parse_format()
1185 * Parse the default alternate setting only, as the UVC specification in uvc_parse_control()
1207 * don't conform to the UVC status endpoint messages. Don't try to in uvc_parse_control()
1328 * UVC device scan
1332 * Scan the UVC descriptors to locate a chain starting at an Output Terminal
1616 uvc_dbg(chain->dev, PROBE, "Scanning UVC chain:"); in uvc_scan_chain()
1754 * UVC descriptor order as we build the chain from output to input. This in uvc_scan_fallback()
1853 * Delete the UVC device.
2129 uvc_dbg(dev, PROBE, "Probing known UVC device %s (%04x:%04x)\n", in uvc_probe()
2132 uvc_dbg(dev, PROBE, "Probing generic UVC device %s\n", in uvc_probe()
2139 "UVC Camera (%04x:%04x)", in uvc_probe()
2177 uvc_dbg(dev, PROBE, "Unable to parse UVC descriptors\n"); in uvc_probe()
2183 uvc_dbg(dev, PROBE, "Unable to parse UVC GPIOs\n"); in uvc_probe()
2187 dev_info(&dev->udev->dev, "Found UVC %u.%02x device %s (%04x:%04x)\n", in uvc_probe()
2203 dev_info(&dev->udev->dev, "Forcing UVC version to %u.%02x\n", in uvc_probe()
2252 uvc_dbg(dev, PROBE, "UVC device initialized\n"); in uvc_probe()
2429 * VENDOR_SPEC because they don't announce themselves as UVC devices, even