Home
last modified time | relevance | path

Searched refs:V4L2_CID_HUE_AUTO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c815 case V4L2_CID_HUE_AUTO: return "Hue, Automatic"; in v4l2_ctrl_get_name()
1264 case V4L2_CID_HUE_AUTO: in v4l2_ctrl_fill()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c489 .master_id = V4L2_CID_HUE_AUTO,
538 .id = V4L2_CID_HUE_AUTO,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcontrol.rst165 ``V4L2_CID_HUE_AUTO`` ``(boolean)``
H A Dhist-v4l2.rst902 ``V4L2_CID_HUE_AUTO``, ``V4L2_CID_WHITE_BALANCE_TEMPERATURE``,
/openbmc/linux/include/uapi/linux/
H A Dv4l2-controls.h69 #define V4L2_CID_HUE_AUTO (V4L2_CID_BASE+25) macro