Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/intel/ipu6/
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-6.12.1/Documentation/translations/zh_CN/video4linux/
Domap3isp.txt95 CCDC 子设备通过 HS_VS 中断,处理 V4L2_EVENT_FRAME_SYNC 类型
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Datomisp_subdev.c159 if (sub->type != V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event()
168 if (sub->type == V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event()
Datomisp_cmd.c353 event.type = V4L2_EVENT_FRAME_SYNC; in atomisp_sof_event()
4626 case V4L2_EVENT_FRAME_SYNC: in atomisp_inject_a_fake_event()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-dqevent.rst63 - Event data for event ``V4L2_EVENT_FRAME_SYNC``.
150 * - ``V4L2_EVENT_FRAME_SYNC``
/linux-6.12.1/drivers/media/platform/rockchip/rkisp1/
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-6.12.1/drivers/media/platform/nxp/
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-6.12.1/Documentation/userspace-api/media/drivers/
Domap3isp-uapi.rst22 The CCDC subdev produces V4L2_EVENT_FRAME_SYNC type event on HS_VS
/linux-6.12.1/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c597 .type = V4L2_EVENT_FRAME_SYNC, in cio2_queue_event_sof()
1184 if (sub->type != V4L2_EVENT_FRAME_SYNC) in cio2_subdev_subscribe_event()
/linux-6.12.1/drivers/media/platform/ti/omap3isp/
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-6.12.1/drivers/media/platform/broadcom/
Dbcm2835-unicam.c701 .type = V4L2_EVENT_FRAME_SYNC, in unicam_queue_event_sof()
2061 case V4L2_EVENT_FRAME_SYNC: in unicam_subscribe_event()
/linux-6.12.1/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions515 replace define V4L2_EVENT_FRAME_SYNC event-type
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h2515 #define V4L2_EVENT_FRAME_SYNC 4 macro
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ioctl.c814 case V4L2_EVENT_FRAME_SYNC: in v4l_print_event()