Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/translations/zh_CN/video4linux/
Domap3isp.txt95 CCDC 子设备通过 HS_VS 中断,处理 V4L2_EVENT_FRAME_SYNC 类型
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-dqevent.rst72 - Event data for event ``V4L2_EVENT_FRAME_SYNC``.
166 * - ``V4L2_EVENT_FRAME_SYNC``
/Linux-v4.19/Documentation/media/v4l-drivers/
Domap3isp.rst76 The CCDC subdev produces V4L2_EVENT_FRAME_SYNC type event on HS_VS
/Linux-v4.19/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c605 .type = V4L2_EVENT_FRAME_SYNC, in cio2_queue_event_sof()
1201 if (sub->type != V4L2_EVENT_FRAME_SYNC) in cio2_subdev_subscribe_event()
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispccdc.c1469 event.type = V4L2_EVENT_FRAME_SYNC; in ccdc_hs_vs_isr()
1855 if (sub->type != V4L2_EVENT_FRAME_SYNC) in ccdc_subscribe_event()
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2172 #define V4L2_EVENT_FRAME_SYNC 4 macro
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions462 replace define V4L2_EVENT_FRAME_SYNC event-type
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ioctl.c844 case V4L2_EVENT_FRAME_SYNC: in v4l_print_event()