Lines Matching refs:step
1060 v4l2_ctrl->step = 1; in __uvc_query_v4l2_ctrl()
1075 v4l2_ctrl->step = 1; in __uvc_query_v4l2_ctrl()
1081 v4l2_ctrl->step = 0; in __uvc_query_v4l2_ctrl()
1097 v4l2_ctrl->step = mapping->get(mapping, UVC_GET_RES, in __uvc_query_v4l2_ctrl()
1214 ev->u.ctrl.step = v4l2_ctrl.step; in uvc_ctrl_fill_event()
1480 u32 step; in uvc_ctrl_set() local
1504 step = mapping->get(mapping, UVC_GET_RES, in uvc_ctrl_set()
1506 if (step == 0) in uvc_ctrl_set()
1507 step = 1; in uvc_ctrl_set()
1509 xctrl->value = min + ((u32)(xctrl->value - min) + step / 2) in uvc_ctrl_set()
1510 / step * step; in uvc_ctrl_set()
1539 step = mapping->get(mapping, UVC_GET_RES, in uvc_ctrl_set()
1541 if (!(step & value)) in uvc_ctrl_set()