Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_mt9v022.c763 static const struct v4l2_ctrl_ops mt9v022_ctrl_ops = { variable
908 v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
910 v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
912 mt9v022->autogain = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
914 mt9v022->gain = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
922 &mt9v022_ctrl_ops, V4L2_CID_EXPOSURE_AUTO, 1, 0, in mt9v022_probe()
924 mt9v022->exposure = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
927 mt9v022->hblank = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()
932 mt9v022->vblank = v4l2_ctrl_new_std(&mt9v022->hdl, &mt9v022_ctrl_ops, in mt9v022_probe()