Home
last modified time | relevance | path

Searched refs:V4L2_CID_SCENE_MODE (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c663 case V4L2_CID_SCENE_MODE: in v4l2_ctrl_get_menu()
1078 case V4L2_CID_SCENE_MODE: return "Scene Mode"; in v4l2_ctrl_get_name()
1394 case V4L2_CID_SCENE_MODE: in v4l2_ctrl_fill()
/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c403 case V4L2_CID_SCENE_MODE: in s5c73m3_s_ctrl()
531 V4L2_CID_SCENE_MODE, V4L2_SCENE_MODE_TEXT, ~0x3fff, in s5c73m3_init_controls()
/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c1224 .id = V4L2_CID_SCENE_MODE,
1334 if (ctrl->id == V4L2_CID_SCENE_MODE) { in bcm2835_mmal_init_controls()
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst190 V4L2_CID_SCENE_MODE, V4L2_CID_3A_LOCK,
H A Dext-ctrls-camera.rst369 ``V4L2_CID_SCENE_MODE``
H A Dhist-v4l2.rst1090 ``V4L2_CID_SCENE_MODE``, ``V4L2_CID_3A_LOCK``,
/linux/include/uapi/linux/
H A Dv4l2-controls.h1054 #define V4L2_CID_SCENE_MODE (V4L2_CID_CAMERA_CLASS_BASE+26) macro