UVC_SET_CUR
ret = uvc_query_ctrl(dev, UVC_SET_CUR, ctrl->entity->id,
case UVC_SET_CUR:
if (xqry->query == UVC_SET_CUR &&
if (xqry->query != UVC_SET_CUR &&
ret = uvc_query_ctrl(chain->dev, UVC_SET_CUR, ctrl->entity->id,
ret = uvc_query_ctrl(chain->dev, UVC_SET_CUR, ctrl->entity->id,
uvc_query_ctrl(chain->dev, UVC_SET_CUR, ctrl->entity->id,
ret = uvc_query_ctrl(dev, UVC_SET_CUR, entity->id, dev->intfnum,
ret = uvc_query_ctrl(chain->dev, UVC_SET_CUR, chain->selector->id,
ret = __uvc_query_ctrl(stream->dev, UVC_SET_CUR, 0, stream->intfnum,
case UVC_SET_CUR: