Home
last modified time | relevance | path

Searched refs:drm_mode_get_blob (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/include/drm-uapi/
Ddrm_mode.h423 struct drm_mode_get_blob { struct
Ddrm.h856 #define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob)
/external/libdrm/include/drm/
Ddrm_mode.h440 struct drm_mode_get_blob { struct
Ddrm.h856 #define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob)
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h460 struct drm_mode_get_blob { struct
Ddrm.h878 #define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob)
/external/syzkaller/sys/linux/
Ddri.txt82 …_MODE_GETPROPBLOB(fd fd_dri, cmd const[DRM_IOCTL_MODE_GETPROPBLOB], arg ptr[in, drm_mode_get_blob])
/external/libdrm/
Dxf86drmMode.c686 struct drm_mode_get_blob blob; in drmModeGetPropertyBlob()