Home
last modified time | relevance | path

Searched refs:UVC_VS_FRAME_MJPEG (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/gadget/legacy/
H A Dwebcam.c341 .bDescriptorSubType = UVC_VS_FRAME_MJPEG,
367 .b_descriptor_subtype = UVC_VS_FRAME_MJPEG,
388 .bDescriptorSubType = UVC_VS_FRAME_MJPEG,
410 .b_descriptor_subtype = UVC_VS_FRAME_MJPEG,
/linux/include/uapi/linux/usb/
H A Dvideo.h51 #define UVC_VS_FRAME_MJPEG 0x07 macro
/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c2189 h->frame.b_descriptor_subtype = UVC_VS_FRAME_MJPEG; in uvcg_frame_make()