Searched refs:autoexposure (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/drivers/media/i2c/soc_camera/ |
| D | mt9m001.c | 93 struct v4l2_ctrl *autoexposure; member 225 if (!ret && v4l2_ctrl_g_ctrl(mt9m001->autoexposure) == V4L2_EXPOSURE_AUTO) in mt9m001_set_selection() 693 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe() 700 v4l2_ctrl_auto_cluster(2, &mt9m001->autoexposure, in mt9m001_probe()
|
| D | mt9v022.c | 146 struct v4l2_ctrl *autoexposure; member 926 mt9v022->autoexposure = v4l2_ctrl_new_std_menu(&mt9v022->hdl, in mt9v022_probe() 949 v4l2_ctrl_auto_cluster(2, &mt9v022->autoexposure, in mt9v022_probe()
|
| /Linux-v4.19/drivers/staging/media/mt9t031/ |
| D | mt9t031.c | 75 struct v4l2_ctrl *autoexposure; member 278 if (ret >= 0 && v4l2_ctrl_g_ctrl(mt9t031->autoexposure) == V4L2_EXPOSURE_AUTO) { in mt9t031_set_params() 790 mt9t031->autoexposure = v4l2_ctrl_new_std_menu(&mt9t031->hdl, in mt9t031_probe() 800 v4l2_ctrl_auto_cluster(2, &mt9t031->autoexposure, in mt9t031_probe()
|
| /Linux-v4.19/drivers/media/usb/gspca/ |
| D | ov534.c | 71 struct v4l2_ctrl *autoexposure; member 1218 sd->autoexposure = v4l2_ctrl_new_std_menu(hdl, &ov534_ctrl_ops, in sd_init_controls() 1250 v4l2_ctrl_auto_cluster(2, &sd->autoexposure, V4L2_EXPOSURE_MANUAL, in sd_init_controls() 1358 setaec(gspca_dev, v4l2_ctrl_g_ctrl(sd->autoexposure)); in sd_start()
|
| /Linux-v4.19/drivers/media/i2c/ |
| D | ov6650.c | 185 struct v4l2_ctrl *autoexposure; member 968 priv->autoexposure = v4l2_ctrl_new_std_menu(&priv->hdl, in ov6650_probe() 982 v4l2_ctrl_auto_cluster(2, &priv->autoexposure, in ov6650_probe()
|
| /Linux-v4.19/Documentation/media/kapi/ |
| D | v4l2-controls.rst | 600 controls. Typical examples are autogain/gain, autoexposure/exposure,
|