Searched refs:ov7670_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
D | ov7670.c | 1482 static const struct v4l2_ctrl_ops ov7670_ctrl_ops = { variable 1616 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1618 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1620 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1622 v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1624 info->saturation = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1626 info->hue = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1628 info->gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1630 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1632 info->exposure = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() [all …]
|