Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/legacy/
H A 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),
/openbmc/linux/include/uapi/linux/usb/
H A Dvideo.h522 #define UVC_DT_FRAME_UNCOMPRESSED_SIZE(n) (26+4*(n)) macro
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c3065 h->bLength = UVC_DT_FRAME_UNCOMPRESSED_SIZE( in __uvcg_fill_strm()