Lines Matching refs:ov534_ctrl_ops
1143 static const struct v4l2_ctrl_ops ov534_ctrl_ops = { variable
1199 sd->hue = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1202 sd->saturation = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1205 sd->brightness = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1208 sd->contrast = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1212 sd->autogain = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1214 sd->gain = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1218 sd->autoexposure = v4l2_ctrl_new_std_menu(hdl, &ov534_ctrl_ops, in sd_init_controls()
1222 sd->exposure = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1226 sd->autowhitebalance = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1230 sd->sharpness = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1233 sd->hflip = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1235 sd->vflip = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1237 sd->plfreq = v4l2_ctrl_new_std_menu(hdl, &ov534_ctrl_ops, in sd_init_controls()