Searched refs:mt9v022_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/i2c/soc_camera/ |
| D | mt9v022.c | 761 static const struct v4l2_ctrl_ops mt9v022_ctrl_ops = { variable 907 v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe() 909 v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe() 911 mt9v022->autogain = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe() 913 mt9v022->gain = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe() 921 &mt9v022_ctrl_ops, V4L2_CID_EXPOSURE_AUTO, 1, 0, in mt9v022_probe() 923 mt9v022->exposure = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe() 926 mt9v022->hblank = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe() 931 mt9v022->vblank = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
|