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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_ctrl.c235 .flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_MIN
267 .flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_MIN
284 .flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_MIN
301 .flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_MIN
827 if (ctrl->info->flags & UVC_CONTROL_GET_MIN) {
923 if (ctrl->info->flags & UVC_CONTROL_GET_MIN)
H A Duvcvideo.h22 #define UVC_CONTROL_GET_MIN (1 << 2) macro
33 #define UVC_CONTROL_GET_RANGE (UVC_CONTROL_GET_CUR | UVC_CONTROL_GET_MIN | \
H A Duvc_v4l2.c1032 info->flags |= UVC_CONTROL_GET_MIN | UVC_CONTROL_GET_MAX |

Completed in 111 milliseconds