Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/gadget/legacy/
Dwebcam.c214 .bLength = UVC_DT_FRAME_UNCOMPRESSED_SIZE(3),
240 .b_length = UVC_DT_FRAME_UNCOMPRESSED_SIZE(3),
268 .bLength = UVC_DT_FRAME_UNCOMPRESSED_SIZE(1),
290 .b_length = UVC_DT_FRAME_UNCOMPRESSED_SIZE(1),
/linux-6.6.21/include/uapi/linux/usb/
Dvideo.h522 #define UVC_DT_FRAME_UNCOMPRESSED_SIZE(n) (26+4*(n)) macro
/linux-6.6.21/drivers/usb/gadget/function/
Duvc_configfs.c3053 h->bLength = UVC_DT_FRAME_UNCOMPRESSED_SIZE( in __uvcg_fill_strm()