Searched refs:ov7670_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | ov7670.c | 1585 static const struct v4l2_ctrl_ops ov7670_ctrl_ops = { variable 1854 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1856 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1858 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1860 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1862 info->saturation = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1864 info->hue = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1866 info->gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1868 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1870 info->exposure = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() [all …]
|