Searched defs:drmCommandIndex (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/
H A Dxf86drm.c2478 * \param drmCommandIndex command index
2486 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
2515 * \param drmCommandIndex command index
2521 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
2523 int drmCommandNone(int fd, unsigned long drmCommandIndex) argument
2527 request = DRM_IO( DRM_COMMAND_BASE + drmCommandIndex);
2540 * \param drmCommandIndex command index
2548 * \code DRM_COMMAND_BASE + drmCommandIndex \endcode.
2550 int drmCommandRead(int fd, unsigned long drmCommandIndex, void *data, argument
2556 DRM_COMMAND_BASE + drmCommandIndex, siz
2579 drmCommandWrite(int fd, unsigned long drmCommandIndex, void *data, unsigned long size) argument
2608 drmCommandWriteRead(int fd, unsigned long drmCommandIndex, void *data, unsigned long size) argument
[all...]

Completed in 104 milliseconds