Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/zh_CN/video4linux/
Domap3isp.txt95 CCDC 子设备通过 HS_VS 中断,处理 V4L2_EVENT_FRAME_SYNC 类型
/linux-4.4.14/Documentation/video4linux/
Domap3isp.txt73 The CCDC subdev produces V4L2_EVENT_FRAME_SYNC type event on HS_VS
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispccdc.c1472 event.type = V4L2_EVENT_FRAME_SYNC; in ccdc_hs_vs_isr()
1858 if (sub->type != V4L2_EVENT_FRAME_SYNC) in ccdc_subscribe_event()
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h2034 #define V4L2_EVENT_FRAME_SYNC 4 macro
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ioctl.c829 case V4L2_EVENT_FRAME_SYNC: in v4l_print_event()