Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm.h780 struct drm_crtc_queue_sequence { struct
870 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm.h765 struct drm_crtc_queue_sequence { struct
855 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm.h765 struct drm_crtc_queue_sequence { struct
855 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm.h805 struct drm_crtc_queue_sequence { struct
895 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm.h937 struct drm_crtc_queue_sequence { struct
1027 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm.h798 struct drm_crtc_queue_sequence { struct
888 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm.h799 struct drm_crtc_queue_sequence { struct
889 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm.h798 struct drm_crtc_queue_sequence { struct
888 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm.h798 struct drm_crtc_queue_sequence { struct
888 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/kernel/tools/include/uapi/drm/
H A Ddrm.h805 struct drm_crtc_queue_sequence { struct
895 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_vblank.c2069 struct drm_crtc_queue_sequence *queue_seq = data; in drm_crtc_queue_sequence_ioctl()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c2114 struct drm_crtc_queue_sequence queue_seq; in drmCrtcQueueSequence()