Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1071 case V4L2_CID_AUTO_EXPOSURE_BIAS: return "Auto Exposure, Bias"; in v4l2_ctrl_get_name()
1436 case V4L2_CID_AUTO_EXPOSURE_BIAS: in v4l2_ctrl_fill()
/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c461 V4L2_CID_AUTO_EXPOSURE_BIAS, in s5c73m3_init_controls()
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst186 V4L2_CID_AUTO_EXPOSURE_BIAS,
H A Dext-ctrls-camera.rst64 ``V4L2_CID_AUTO_EXPOSURE_BIAS (integer menu)``
H A Dhist-v4l2.rst1086 5. Added camera controls ``V4L2_CID_AUTO_EXPOSURE_BIAS``,
/linux/drivers/media/i2c/
H A Dthp7312.c1108 case V4L2_CID_AUTO_EXPOSURE_BIAS: in thp7312_s_ctrl()
1310 V4L2_CID_AUTO_EXPOSURE_BIAS, in thp7312_init_controls()
/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c1013 .id = V4L2_CID_AUTO_EXPOSURE_BIAS,
/linux/include/uapi/linux/
H A Dv4l2-controls.h1007 #define V4L2_CID_AUTO_EXPOSURE_BIAS (V4L2_CID_CAMERA_CLASS_BASE+19) macro