Lines Matching refs:drmCommandIndex
2981 * \param drmCommandIndex command index
2989 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3018 * \param drmCommandIndex command index
3024 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3026 drm_public int drmCommandNone(int fd, unsigned long drmCommandIndex)
3030 request = DRM_IO( DRM_COMMAND_BASE + drmCommandIndex);
3043 * \param drmCommandIndex command index
3051 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3053 drm_public int drmCommandRead(int fd, unsigned long drmCommandIndex,
3059 DRM_COMMAND_BASE + drmCommandIndex, size);
3072 * \param drmCommandIndex command index
3080 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3082 drm_public int drmCommandWrite(int fd, unsigned long drmCommandIndex,
3088 DRM_COMMAND_BASE + drmCommandIndex, size);
3101 * \param drmCommandIndex command index
3109 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
3111 drm_public int drmCommandWriteRead(int fd, unsigned long drmCommandIndex,
3117 DRM_COMMAND_BASE + drmCommandIndex, size);