Searched refs:UVC_DT_HEADER_SIZE (Results 1 – 3 of 3) sorted by relevance
90 .bLength = UVC_DT_HEADER_SIZE(1),
205 #define UVC_DT_HEADER_SIZE(n) (12+(n)) macro
209 h->desc.bLength = UVC_DT_HEADER_SIZE(1); in uvcg_control_header_make()