Searched refs:autoexposure (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | mt9m001.c | 93 struct v4l2_ctrl *autoexposure; member 219 if (!ret && v4l2_ctrl_g_ctrl(mt9m001->autoexposure) == V4L2_EXPOSURE_AUTO) in mt9m001_s_crop() 670 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe() 677 v4l2_ctrl_auto_cluster(2, &mt9m001->autoexposure, in mt9m001_probe()
|
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() 772 mt9t031->autoexposure = v4l2_ctrl_new_std_menu(&mt9t031->hdl, in mt9t031_probe() 782 v4l2_ctrl_auto_cluster(2, &mt9t031->autoexposure, in mt9t031_probe()
|
D | mt9v022.c | 146 struct v4l2_ctrl *autoexposure; member 903 mt9v022->autoexposure = v4l2_ctrl_new_std_menu(&mt9v022->hdl, in mt9v022_probe() 926 v4l2_ctrl_auto_cluster(2, &mt9v022->autoexposure, in mt9v022_probe()
|
D | ov6650.c | 185 struct v4l2_ctrl *autoexposure; member 994 priv->autoexposure = v4l2_ctrl_new_std_menu(&priv->hdl, in ov6650_probe() 1008 v4l2_ctrl_auto_cluster(2, &priv->autoexposure, in ov6650_probe()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | ov534.c | 74 struct v4l2_ctrl *autoexposure; member 1220 sd->autoexposure = v4l2_ctrl_new_std_menu(hdl, &ov534_ctrl_ops, in sd_init_controls() 1252 v4l2_ctrl_auto_cluster(2, &sd->autoexposure, V4L2_EXPOSURE_MANUAL, in sd_init_controls() 1360 setaec(gspca_dev, v4l2_ctrl_g_ctrl(sd->autoexposure)); in sd_start()
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 560 controls. Typical examples are autogain/gain, autoexposure/exposure,
|