Home
last modified time | relevance | path

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

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