Lines Matching refs:ov534_ctrl_ops
1199 static const struct v4l2_ctrl_ops ov534_ctrl_ops = { variable
1255 sd->hue = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1258 sd->saturation = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1261 sd->brightness = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1264 sd->contrast = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1268 sd->autogain = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1270 sd->gain = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1274 sd->autoexposure = v4l2_ctrl_new_std_menu(hdl, &ov534_ctrl_ops, in sd_init_controls()
1278 sd->exposure = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1282 sd->autowhitebalance = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1286 sd->sharpness = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1289 sd->hflip = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1291 sd->vflip = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1293 sd->plfreq = v4l2_ctrl_new_std_menu(hdl, &ov534_ctrl_ops, in sd_init_controls()