Searched refs:UVCG_MJPEG_ATTR_RO (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/usb/gadget/function/ |
| D | uvc_configfs.c | 1540 #define UVCG_MJPEG_ATTR_RO(cname, aname, conv) \ macro 1630 UVCG_MJPEG_ATTR_RO(bm_flags, bmFlags, identity_conv); 1631 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, identity_conv); 1632 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_y, bAspectRatioY, identity_conv); 1633 UVCG_MJPEG_ATTR_RO(bm_interface_flags, bmInterfaceFlags, identity_conv); 1638 #undef UVCG_MJPEG_ATTR_RO
|