Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
Ddrm_mode.h494 struct drm_mode_destroy_blob { struct
Ddrm.h542 #define DRM_IOCTL_MODE_DESTROYPROPBLOB DRM_IOWR(0xBE, struct drm_mode_destroy_blob)
/kernel/linux/linux-5.10/include/uapi/drm/
Ddrm_mode.h928 struct drm_mode_destroy_blob { struct
Ddrm.h931 #define DRM_IOCTL_MODE_DESTROYPROPBLOB DRM_IOWR(0xBE, struct drm_mode_destroy_blob)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm_mode.h468 struct drm_mode_destroy_blob { struct
Ddrm.h560 #define DRM_IOCTL_MODE_DESTROYPROPBLOB DRM_IOWR(0xBE, struct drm_mode_destroy_blob)
/kernel/linux/linux-5.10/tools/include/uapi/drm/
Ddrm.h931 #define DRM_IOCTL_MODE_DESTROYPROPBLOB DRM_IOWR(0xBE, struct drm_mode_destroy_blob)
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_property.c825 struct drm_mode_destroy_blob *out_resp = data; in drm_mode_destroyblob_ioctl()