Home
last modified time | relevance | path

Searched refs:mt9v022_ctrl_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/i2c/soc_camera/
Dmt9v022.c768 static const struct v4l2_ctrl_ops mt9v022_ctrl_ops = { variable
913 v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
915 v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
917 mt9v022->autogain = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
919 mt9v022->gain = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
927 &mt9v022_ctrl_ops, V4L2_CID_EXPOSURE_AUTO, 1, 0, in mt9v022_probe()
929 mt9v022->exposure = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
932 mt9v022->hblank = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
937 mt9v022->vblank = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()