Home
last modified time | relevance | path

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

/drivers/media/video/uvc/
Duvcvideo.h22 #define UVC_CONTROL_GET_MIN (1 << 2) macro
31 #define UVC_CONTROL_GET_RANGE (UVC_CONTROL_GET_CUR | UVC_CONTROL_GET_MIN | \
Duvc_v4l2.c946 info->flags |= UVC_CONTROL_GET_MIN | UVC_CONTROL_GET_MAX | in uvc_v4l2_do_ioctl()
Duvc_ctrl.c831 if (ctrl->info->flags & UVC_CONTROL_GET_MIN) { in uvc_query_v4l2_ctrl()