Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/uvc/
Duvc_ctrl.c1233 (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()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c1571 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()
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h2047 #define V4L2_EVENT_CTRL_CH_FLAGS (1 << 1) macro