Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-ctrls-core.c45 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in send_initial_event()
1080 if (ch_flags & V4L2_EVENT_CTRL_CH_FLAGS) { in new_to_cur()
2141 ((update_flag && i > 0) ? V4L2_EVENT_CTRL_CH_FLAGS : 0)); in try_or_set_cluster()
2163 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate()
2183 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in __v4l2_ctrl_grab()
/linux-6.3-rc2/drivers/media/usb/uvc/
A Duvc_ctrl.c1504 (changes & V4L2_EVENT_CTRL_CH_FLAGS)) in uvc_ctrl_send_event()
1519 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_slave_event()
1662 changes |= V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_events()
1694 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_add_event()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-dqevent.rst327 * - ``V4L2_EVENT_CTRL_CH_FLAGS``
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h2452 #define V4L2_EVENT_CTRL_CH_FLAGS (1 << 1) macro
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions515 replace define V4L2_EVENT_CTRL_CH_FLAGS ctrl-changes-flags

Completed in 23 milliseconds