Home
last modified time | relevance | path

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

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