Searched refs:V4L2_EVENT_CTRL_CH_FLAGS (Results 1 – 3 of 3) sorted by relevance
1233 (changes & V4L2_EVENT_CTRL_CH_FLAGS))) in uvc_ctrl_send_event()1244 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_slave_event()1294 changes |= V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_send_events()1325 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in uvc_ctrl_add_event()
1571 if (ch_flags & V4L2_EVENT_CTRL_CH_FLAGS) { in new_to_cur()2340 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate()2365 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_grab()2997 ((update_flag && i > 0) ? V4L2_EVENT_CTRL_CH_FLAGS : 0)); in try_or_set_cluster()3363 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in v4l2_ctrl_add_event()
2047 #define V4L2_EVENT_CTRL_CH_FLAGS (1 << 1) macro