Home
last modified time | relevance | path

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

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-csi2.c115 case V4L2_EVENT_FRAME_SYNC: in csi2_subscribe_event()
578 .type = V4L2_EVENT_FRAME_SYNC, in ipu6_isys_csi2_sof_event_by_stream()
/linux/Documentation/translations/zh_CN/video4linux/
H A Domap3isp.txt95 CCDC 子设备通过 HS_VS 中断,处理 V4L2_EVENT_FRAME_SYNC 类型
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c148 if (sub->type != V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event()
157 if (sub->type == V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dqevent.rst63 - Event data for event ``V4L2_EVENT_FRAME_SYNC``.
150 * - ``V4L2_EVENT_FRAME_SYNC``
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-isp.c993 if (sub->type != V4L2_EVENT_FRAME_SYNC) in rkisp1_isp_subs_evt()
1092 .type = V4L2_EVENT_FRAME_SYNC, in rkisp1_isp_queue_event_sof()
/linux/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c753 .type = V4L2_EVENT_FRAME_SYNC, in mipi_csis_queue_event_sof()
1186 if (sub->type != V4L2_EVENT_FRAME_SYNC) in mipi_csis_subscribe_event()
/linux/Documentation/userspace-api/media/drivers/
H A Domap3isp-uapi.rst22 The CCDC subdev produces V4L2_EVENT_FRAME_SYNC type event on HS_VS
/linux/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c597 .type = V4L2_EVENT_FRAME_SYNC, in cio2_queue_event_sof()
1182 if (sub->type != V4L2_EVENT_FRAME_SYNC) in cio2_subdev_subscribe_event()
/linux/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c1476 event.type = V4L2_EVENT_FRAME_SYNC; in ccdc_hs_vs_isr()
1866 if (sub->type != V4L2_EVENT_FRAME_SYNC) in ccdc_subscribe_event()
/linux/include/uapi/linux/
H A Dvideodev2.h2521 #define V4L2_EVENT_FRAME_SYNC 4 macro
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions516 replace define V4L2_EVENT_FRAME_SYNC event-type
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c814 case V4L2_EVENT_FRAME_SYNC: in v4l_print_event()