Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-subscribe-event.rst83 * - ``V4L2_EVENT_SUB_FL_SEND_INITIAL``
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h2272 #define V4L2_EVENT_SUB_FL_SEND_INITIAL (1 << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h2272 #define V4L2_EVENT_SUB_FL_SEND_INITIAL (1 << 0) macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions505 replace define V4L2_EVENT_SUB_FL_SEND_INITIAL event-flags
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h2412 #define V4L2_EVENT_SUB_FL_SEND_INITIAL (1 << 0) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h2396 #define V4L2_EVENT_SUB_FL_SEND_INITIAL (1 << 0) macro
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_ctrl.c1424 if (sev->flags & V4L2_EVENT_SUB_FL_SEND_INITIAL) { in uvc_ctrl_add_event()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c4722 (sev->flags & V4L2_EVENT_SUB_FL_SEND_INITIAL)) { in v4l2_ctrl_add_event()