Searched refs:drm_unique (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h149 struct drm_unique { struct
644 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
657 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
797 typedef struct drm_unique drm_unique_t;
H A Ddrm_ioctl.c48 * \param arg user argument, pointing to a drm_unique structure.
56 struct drm_unique *u = data;
85 * \param arg user argument, pointing to a drm_unique structure.
96 struct drm_unique *u = data;
H A Ddrm_pci.c222 struct drm_unique *u)
H A Ddrm_ioc32.c118 struct drm_unique u;
137 struct drm_unique u;
H A DdrmP.h691 struct drm_unique *unique);
1774 struct drm_unique *u);
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_ioctl.c50 struct drm_unique *u = data;
67 struct drm_unique *u = data;
H A Ddrm.h201 struct drm_unique { struct
1002 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
1015 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
1106 typedef struct drm_unique drm_unique_t;

Completed in 162 milliseconds