Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subscribe-event.rst83 * - ``V4L2_EVENT_SUB_FL_SEND_INITIAL``
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c1244 (sev->flags & V4L2_EVENT_SUB_FL_SEND_INITIAL)) in v4l2_ctrl_add_event()
/linux/include/uapi/linux/
H A Dvideodev2.h2598 #define V4L2_EVENT_SUB_FL_SEND_INITIAL (1 << 0) macro
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions530 replace define V4L2_EVENT_SUB_FL_SEND_INITIAL event-flags
/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c1742 if (sev->flags & V4L2_EVENT_SUB_FL_SEND_INITIAL) { in uvc_ctrl_add_event()