Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Dv4l2.rst168 V4L2_EVENT_CTRL_CH_RANGE control event changes flag.
Dvidioc-dqevent.rst362 * - ``V4L2_EVENT_CTRL_CH_RANGE``
Dhist-v4l2.rst1185 2. Added ``V4L2_EVENT_CTRL_CH_RANGE`` control event changes flag. See
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2186 #define V4L2_EVENT_CTRL_CH_RANGE (1 << 2) macro
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c3515 ret = set_ctrl(NULL, ctrl, V4L2_EVENT_CTRL_CH_RANGE); in __v4l2_ctrl_modify_range()
3517 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_RANGE); in __v4l2_ctrl_modify_range()
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions469 replace define V4L2_EVENT_CTRL_CH_RANGE ctrl-changes-flags
/Linux-v4.19/Documentation/media/v4l-drivers/
Dvivid.rst577 cause a control event to be sent with the V4L2_EVENT_CTRL_CH_RANGE flag set.