Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c1569 if (ch_flags & V4L2_EVENT_CTRL_CH_FLAGS) { in new_to_cur()
2353 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate()
2378 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_grab()
3010 ((update_flag && i > 0) ? V4L2_EVENT_CTRL_CH_FLAGS : 0)); in try_or_set_cluster()
3376 u32 changes = V4L2_EVENT_CTRL_CH_FLAGS; in v4l2_ctrl_add_event()
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h1950 #define V4L2_EVENT_CTRL_CH_FLAGS (1 << 1) macro