Lines Matching refs:step
133 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) in cx2341x_ctrl_fill() argument
146 *step = 0; in cx2341x_ctrl_fill()
151 *max = *step = 1; in cx2341x_ctrl_fill()
551 s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_query_fill() argument
570 &min, &max, &step, &def, &qctrl->flags); in cx2341x_ctrl_query_fill()
573 qctrl->step = step; in cx2341x_ctrl_query_fill()
580 return v4l2_ctrl_query_fill(qctrl, min, max, step, def); in cx2341x_ctrl_query_fill()
1518 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_custom() argument
1523 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags); in cx2341x_ctrl_new_custom()
1530 cfg.step = 0; in cx2341x_ctrl_new_custom()
1531 cfg.menu_skip_mask = step; in cx2341x_ctrl_new_custom()
1534 cfg.step = step; in cx2341x_ctrl_new_custom()
1541 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_std() argument
1543 return v4l2_ctrl_new_std(hdl, &cx2341x_ops, id, min, max, step, def); in cx2341x_ctrl_new_std()