#include <sys/ioctl.h>
#include <gpu/nvidia/resman/types.h>
Go to the source code of this file.
|
#define | NV_CREATE_OS_EVENT _IOWR('F', 0xCE, struct RmAllocOsEvent) |
| IOCTL command to create an OS event. More...
|
|
#define | NV_VERSION_CHECK _IOWR('F', 0xD2, struct NvVersionCheck) |
| IOCTL command to perform a version check on the system. More...
|
|
#define | NV_ALLOC_RES _IOWR('F', 0x2B, struct RmAllocRes) |
| IOCTL command to free a resource. More...
|
|
#define | NV_FREE_RES _IOWR('F', 0x29, struct RmFreeRes) |
| IOCTL command to control a resource. More...
|
|
#define | NV_CONTROL_RES _IOWR('F', 0x2A, struct RmControlRes) |
|
◆ NV_ALLOC_RES
#define NV_ALLOC_RES _IOWR('F', 0x2B, struct RmAllocRes) |
IOCTL command to free a resource.
Definition at line 39 of file ioctl.h.
◆ NV_CONTROL_RES
#define NV_CONTROL_RES _IOWR('F', 0x2A, struct RmControlRes) |
◆ NV_CREATE_OS_EVENT
IOCTL command to create an OS event.
Definition at line 31 of file ioctl.h.
◆ NV_FREE_RES
#define NV_FREE_RES _IOWR('F', 0x29, struct RmFreeRes) |
IOCTL command to control a resource.
Definition at line 42 of file ioctl.h.
◆ NV_VERSION_CHECK
IOCTL command to perform a version check on the system.
IOCTL command to allocate a resource.
Definition at line 36 of file ioctl.h.