Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
A Dv4l2-ctrls-core.c45 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in send_initial_event()
822 if (ch_flags & V4L2_EVENT_CTRL_CH_FLAGS) { in new_to_cur()
1765 ((update_flag && i > 0) ? V4L2_EVENT_CTRL_CH_FLAGS : 0)); in try_or_set_cluster()
1787 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate()
1807 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in __v4l2_ctrl_grab()
/linux/drivers/media/usb/uvc/
A Duvc_ctrl.c1331 (changes & V4L2_EVENT_CTRL_CH_FLAGS)) in uvc_ctrl_send_event()
1346 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_slave_event()
1485 changes |= V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_events()
1517 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_add_event()
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-dqevent.rst327 * - ``V4L2_EVENT_CTRL_CH_FLAGS``
/linux/include/uapi/linux/
A Dvideodev2.h2386 #define V4L2_EVENT_CTRL_CH_FLAGS (1 << 1) macro
/linux/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions504 replace define V4L2_EVENT_CTRL_CH_FLAGS ctrl-changes-flags

Completed in 22 milliseconds