Home
last modified time | relevance | path

Searched refs:V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subscribe-event.rst89 * - ``V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK``
H A Dvidioc-dqevent.rst141 get the event, then set the ``V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK``
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h2544 #define V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK (1 << 1) macro
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions528 replace define V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK event-flags
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c64 (sev->flags & V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK)) in send_event()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c1506 (sev->flags & V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK) || in uvc_ctrl_send_event()