Device list entry.
ASIL-B
Definition at line 285 of file nvrm_gpu.h.
Data Fields | |
int | deviceIndex |
Internal device index. Used in NvRmGpuDeviceOpen() More... | |
NvRmGpuLibDeviceState | deviceState |
Device attachment state. More... | |
bool | hasDeviceStateControl |
Indicates whether the device can be attached/detached by the user. More... | |
const char * | name |
Informative device name. More... | |
int NvRmGpuLibDeviceListEntryRec::deviceIndex |
Internal device index. Used in NvRmGpuDeviceOpen()
Definition at line 288 of file nvrm_gpu.h.
NvRmGpuLibDeviceState NvRmGpuLibDeviceListEntryRec::deviceState |
bool NvRmGpuLibDeviceListEntryRec::hasDeviceStateControl |
Indicates whether the device can be attached/detached by the user.
Definition at line 299 of file nvrm_gpu.h.
const char* NvRmGpuLibDeviceListEntryRec::name |
Informative device name.
This is the 'probe' name of the device. The name is backend-specific. Examples:
Definition at line 310 of file nvrm_gpu.h.