Searched refs:autoexposure (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/staging/media/soc_camera/ |
| D | mt9t031.c | 71 struct v4l2_ctrl *autoexposure; member 274 if (ret >= 0 && v4l2_ctrl_g_ctrl(mt9t031->autoexposure) == V4L2_EXPOSURE_AUTO) { in mt9t031_set_params() 785 mt9t031->autoexposure = v4l2_ctrl_new_std_menu(&mt9t031->hdl, in mt9t031_probe() 795 v4l2_ctrl_auto_cluster(2, &mt9t031->autoexposure, in mt9t031_probe()
|
| D | soc_mt9v022.c | 142 struct v4l2_ctrl *autoexposure; member 921 mt9v022->autoexposure = v4l2_ctrl_new_std_menu(&mt9v022->hdl, in mt9v022_probe() 944 v4l2_ctrl_auto_cluster(2, &mt9v022->autoexposure, in mt9v022_probe()
|
| /Linux-v5.4/drivers/media/usb/gspca/ |
| D | ov534.c | 62 struct v4l2_ctrl *autoexposure; member 1274 sd->autoexposure = v4l2_ctrl_new_std_menu(hdl, &ov534_ctrl_ops, in sd_init_controls() 1306 v4l2_ctrl_auto_cluster(2, &sd->autoexposure, V4L2_EXPOSURE_MANUAL, in sd_init_controls() 1422 setaec(gspca_dev, v4l2_ctrl_g_ctrl(sd->autoexposure)); in sd_start()
|
| /Linux-v5.4/drivers/media/i2c/ |
| D | mt9m001.c | 93 struct v4l2_ctrl *autoexposure; member 773 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe() 780 v4l2_ctrl_auto_cluster(2, &mt9m001->autoexposure, in mt9m001_probe()
|
| D | ov6650.c | 182 struct v4l2_ctrl *autoexposure; member 983 priv->autoexposure = v4l2_ctrl_new_std_menu(&priv->hdl, in ov6650_probe() 997 v4l2_ctrl_auto_cluster(2, &priv->autoexposure, in ov6650_probe()
|
| /Linux-v5.4/Documentation/media/kapi/ |
| D | v4l2-controls.rst | 600 controls. Typical examples are autogain/gain, autoexposure/exposure,
|