Searched refs:DRM_IOCTL_CONTROL (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm.h168 * DRM_IOCTL_CONTROL ioctl argument type.
1072 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control) macro
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm.h165 * DRM_IOCTL_CONTROL ioctl argument type.
807 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control) macro
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm.h165 * DRM_IOCTL_CONTROL ioctl argument type.
979 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control) macro
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.c2733 * This function is a wrapper around the DRM_IOCTL_CONTROL ioctl, passing the
2743 if (drmIoctl(fd, DRM_IOCTL_CONTROL, &ctl))
2757 * This function is a wrapper around the DRM_IOCTL_CONTROL ioctl, passing the
2767 if (drmIoctl(fd, DRM_IOCTL_CONTROL, &ctl))

Completed in 15 milliseconds