Home
last modified time | relevance | path

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

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