Home
last modified time | relevance | path

Searched refs:dwMaxVideoFrameBufferSize (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/legacy/
Dwebcam.c191 .dwMaxVideoFrameBufferSize = cpu_to_le32(460800),
209 .dwMaxVideoFrameBufferSize = cpu_to_le32(1843200),
242 .dwMaxVideoFrameBufferSize = cpu_to_le32(460800),
260 .dwMaxVideoFrameBufferSize = cpu_to_le32(1843200),
/Linux-v6.6/include/uapi/linux/usb/
Dvideo.h516 __le32 dwMaxVideoFrameBufferSize; member
538 __le32 dwMaxVideoFrameBufferSize; \
572 __le32 dwMaxVideoFrameBufferSize; member
594 __le32 dwMaxVideoFrameBufferSize; \
/Linux-v6.6/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc273 dwMaxVideoFrameBufferSize the maximum number of bytes the
332 dwMaxVideoFrameBufferSize the maximum number of bytes the
/Linux-v6.6/drivers/media/usb/uvc/
Duvcvideo.h251 u32 dwMaxVideoFrameBufferSize; member
Duvc_driver.c401 frame->dwMaxVideoFrameBufferSize = in uvc_parse_format()
407 frame->dwMaxVideoFrameBufferSize = 0; in uvc_parse_format()
443 frame->dwMaxVideoFrameBufferSize = format->bpp in uvc_parse_format()
Duvc_video.c192 frame->dwMaxVideoFrameBufferSize; in uvc_fixup_video_ctrl()
/Linux-v6.6/Documentation/usb/
Dgadget_uvc.rst115 echo $(( $WIDTH * $HEIGHT * 2 )) > $wdir/dwMaxVideoFrameBufferSize
/Linux-v6.6/drivers/usb/gadget/function/
Duvc_configfs.c2022 UVCG_FRAME_ATTR(dw_max_video_frame_buffer_size, dwMaxVideoFrameBufferSize, 32);