Searched refs:autoexposure (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9m001.c | 93 struct v4l2_ctrl *autoexposure; member 771 * Simulated autoexposure. If enabled, we calculate shutter width in mt9m001_probe() 774 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe() 781 v4l2_ctrl_auto_cluster(2, &mt9m001->autoexposure, in mt9m001_probe()
|
H A D | ov6650.c | 182 /* exposure/autoexposure cluster */ 183 struct v4l2_ctrl *autoexposure; member 1049 priv->autoexposure = v4l2_ctrl_new_std_menu(&priv->hdl, in ov6650_probe() 1065 v4l2_ctrl_auto_cluster(2, &priv->autoexposure, in ov6650_probe()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9m001.c | 93 struct v4l2_ctrl *autoexposure; member 774 * Simulated autoexposure. If enabled, we calculate shutter width in mt9m001_probe() 777 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe() 784 v4l2_ctrl_auto_cluster(2, &mt9m001->autoexposure, in mt9m001_probe()
|
H A D | ov6650.c | 182 /* exposure/autoexposure cluster */ 183 struct v4l2_ctrl *autoexposure; member 1059 priv->autoexposure = v4l2_ctrl_new_std_menu(&priv->hdl, in ov6650_probe() 1075 v4l2_ctrl_auto_cluster(2, &priv->autoexposure, in ov6650_probe()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A 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()
|
Completed in 10 milliseconds