NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
chip_info.h File Reference

Detailed Description

NVIDIA Quickboot Interface: Chip Information

Description: This file declares an interface for chip information.

Definition in file chip_info.h.

Go to the source code of this file.

Data Structures

struct  QbFldRchtStatus
 
struct  QbChipInfoRec
 Defines chip-related information. More...
 

Macros

#define FLD_RCHT_STR_MAX   12
 
#define FLD_RCHT_NOT_CHECKED   "not_tried" /* Default status*/
 
#define FLD_RCHT_SKIPPED_ACTIVE   "skipped_a" /* HW value matches with binary ratchet */
 
#define FLD_RCHT_SKIPPED_INACTIVE   "skipped_i" /* HW value matches inactive binary ratchet value */
 
#define FLD_RCHT_SUCCESS   "updated" /* Ratchet successful in current boot session */
 
#define FLD_RCHT_FAILED   "failed" /* Ratchet check or update attempted but failed */
 
#define FLD_RCHT_NO_OPTIN   "no_optin" /* Customer not opted for field ratchet */
 

Typedefs

typedef struct QbChipInfoRec QbChipInfo
 Defines chip-related information. More...
 

Enumerations

enum  QbFldRchtBins {
  QbFldRcht_Mb1,
  QbFldRcht_Mts,
  QbFldRcht_Mb1Bct,
  QbFldRcht_Max
}
 

Functions

NvError QbQueryChipInfo (QbChipInfo *pInfo)
 Gets chip information. More...