Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
therm.h File Reference

Go to the source code of this file.

Data Structures

struct  nvbios_therm_threshold
 
struct  nvbios_therm_sensor
 
struct  nvbios_therm_fan
 

Enumerations

enum  nvbios_therm_domain { NVBIOS_THERM_DOMAIN_CORE, NVBIOS_THERM_DOMAIN_AMBIENT }
 

Functions

int nvbios_therm_sensor_parse (struct nouveau_bios *, enum nvbios_therm_domain, struct nvbios_therm_sensor *)
 
int nvbios_therm_fan_parse (struct nouveau_bios *, struct nvbios_therm_fan *)
 

Enumeration Type Documentation

Enumerator:
NVBIOS_THERM_DOMAIN_CORE 
NVBIOS_THERM_DOMAIN_AMBIENT 

Definition at line 33 of file therm.h.

Function Documentation

int nvbios_therm_fan_parse ( struct nouveau_bios ,
struct nvbios_therm_fan  
)

Definition at line 155 of file therm.c.

int nvbios_therm_sensor_parse ( struct nouveau_bios ,
enum  nvbios_therm_domain,
struct nvbios_therm_sensor  
)

Definition at line 69 of file therm.c.