Searched refs:ov7670_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov7670.c | 1626 static const struct v4l2_ctrl_ops ov7670_ctrl_ops = { variable 1910 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1912 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1914 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1916 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1918 info->saturation = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1920 info->hue = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1922 info->gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1924 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1926 info->exposure = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() [all …]
|