Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c45 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in send_initial_event()
1334 if (ch_flags & V4L2_EVENT_CTRL_CH_FLAGS) { in new_to_cur()
2408 ((update_flag && i > 0) ? V4L2_EVENT_CTRL_CH_FLAGS : 0)); in try_or_set_cluster()
2430 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate()
2450 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in __v4l2_ctrl_grab()
/linux-6.12.1/drivers/media/usb/uvc/
Duvc_ctrl.c1554 (changes & V4L2_EVENT_CTRL_CH_FLAGS)) in uvc_ctrl_send_event()
1569 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_slave_event()
1712 changes |= V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_events()
1744 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_add_event()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-dqevent.rst327 * - ``V4L2_EVENT_CTRL_CH_FLAGS``
/linux-6.12.1/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions521 replace define V4L2_EVENT_CTRL_CH_FLAGS ctrl-changes-flags
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h2528 #define V4L2_EVENT_CTRL_CH_FLAGS (1 << 1) macro