Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dimx-media.h13 #define V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR (V4L2_EVENT_IMX_CLASS + 1) macro
/linux-5.19.10/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst18 - V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR
51 V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR. Userland can register with
73 microseconds, the V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR event is sent.
/linux-5.19.10/drivers/staging/media/imx/
Dimx-media-fim.c131 .type = V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR, in send_fim_event()
Dimx-media-capture.c243 case V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR: in capture_subscribe_event()
549 case V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR: in capture_legacy_subscribe_event()
Dimx-media-csi.c1744 if (sub->type != V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR) in csi_subscribe_event()