Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/translations/zh_CN/video4linux/
Domap3isp.txt95 CCDC 子设备通过 HS_VS 中断,处理 V4L2_EVENT_FRAME_SYNC 类型
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-dqevent.rst79 - Event data for event ``V4L2_EVENT_FRAME_SYNC``.
173 * - ``V4L2_EVENT_FRAME_SYNC``
/Linux-v5.4/Documentation/media/v4l-drivers/
Domap3isp.rst78 The CCDC subdev produces V4L2_EVENT_FRAME_SYNC type event on HS_VS
/Linux-v5.4/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c603 .type = V4L2_EVENT_FRAME_SYNC, in cio2_queue_event_sof()
1199 if (sub->type != V4L2_EVENT_FRAME_SYNC) in cio2_subdev_subscribe_event()
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispccdc.c1466 event.type = V4L2_EVENT_FRAME_SYNC; in ccdc_hs_vs_isr()
1852 if (sub->type != V4L2_EVENT_FRAME_SYNC) in ccdc_subscribe_event()
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions478 replace define V4L2_EVENT_FRAME_SYNC event-type
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h2263 #define V4L2_EVENT_FRAME_SYNC 4 macro
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ioctl.c844 case V4L2_EVENT_FRAME_SYNC: in v4l_print_event()