Lines Matching defs:step
120 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags)
133 *step = 0;
138 *max = *step = 1;
538 s32 min, s32 max, s32 step, s32 def)
557 &min, &max, &step, &def, &qctrl->flags);
560 qctrl->step = step;
567 return v4l2_ctrl_query_fill(qctrl, min, max, step, def);
1540 u32 id, s32 min, s32 max, s32 step, s32 def)
1545 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags);
1552 cfg.step = 0;
1553 cfg.menu_skip_mask = step;
1556 cfg.step = step;
1563 u32 id, s32 min, s32 max, s32 step, s32 def)
1565 return v4l2_ctrl_new_std(hdl, &cx2341x_ops, id, min, max, step, def);