Searched refs:ov6550_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/i2c/ |
| H A D | ov6650.c | 981 static const struct v4l2_ctrl_ops ov6550_ctrl_ops = { variable 1063 v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops, in ov6650_probe() 1065 v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops, in ov6650_probe() 1069 priv->gain = v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops, in ov6650_probe() 1073 priv->blue = v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops, in ov6650_probe() 1075 priv->red = v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops, in ov6650_probe() 1077 v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops, in ov6650_probe() 1079 v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops, in ov6650_probe() 1081 v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops, in ov6650_probe() 1084 &ov6550_ctrl_ops, V4L2_CID_EXPOSURE_AUTO, in ov6650_probe() [all …]
|