Home
last modified time | relevance | path

Searched refs:UVC_GET_LEN (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/Documentation/userspace-api/media/drivers/
Duvcvideo.rst74 UVC_GET_LEN requests in order to be able to allocate a sufficiently large buffer
210 UVC_GET_LEN
219 control. Exceptions are the UVC_GET_LEN and UVC_GET_INFO queries, for
227 important for the result of the UVC_GET_LEN requests, which is always
/linux-6.6.21/include/uapi/linux/usb/
Dvideo.h72 #define UVC_GET_LEN 0x85 macro
/linux-6.6.21/drivers/media/usb/uvc/
Duvc_ctrl.c2103 ret = uvc_query_ctrl(dev, UVC_GET_LEN, ctrl->entity->id, dev->intfnum, in uvc_ctrl_fill_xu_info()
2241 case UVC_GET_LEN: in uvc_xu_ctrl_query()
Duvc_video.c59 case UVC_GET_LEN: in uvc_query_name()