Searched refs:UVCG_MJPEG_ATTR_RO (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 1496 #define UVCG_MJPEG_ATTR_RO(cname, aname, conv) \ macro 1586 UVCG_MJPEG_ATTR_RO(bm_flags, bmFlags, identity_conv); 1587 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, identity_conv); 1588 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_y, bAspectRatioY, identity_conv); 1589 UVCG_MJPEG_ATTR_RO(bm_interface_flags, bmInterfaceFlags, identity_conv); 1594 #undef UVCG_MJPEG_ATTR_RO
|