Lines Matching defs:drmCommandIndex
3040 * \param drmCommandIndex command index
3048 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3077 * \param drmCommandIndex command index
3083 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3085 drm_public int drmCommandNone(int fd, unsigned long drmCommandIndex)
3089 request = DRM_IO( DRM_COMMAND_BASE + drmCommandIndex);
3102 * \param drmCommandIndex command index
3110 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3112 drm_public int drmCommandRead(int fd, unsigned long drmCommandIndex,
3118 DRM_COMMAND_BASE + drmCommandIndex, size);
3131 * \param drmCommandIndex command index
3139 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3141 drm_public int drmCommandWrite(int fd, unsigned long drmCommandIndex,
3147 DRM_COMMAND_BASE + drmCommandIndex, size);
3160 * \param drmCommandIndex command index
3168 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3170 drm_public int drmCommandWriteRead(int fd, unsigned long drmCommandIndex,
3176 DRM_COMMAND_BASE + drmCommandIndex, size);