Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
therm.c File Reference
#include <subdev/bios.h>
#include <subdev/bios/bit.h>
#include <subdev/bios/therm.h>

Go to the source code of this file.

Functions

u16 nvbios_therm_entry (struct nouveau_bios *bios, int idx, u8 *ver, u8 *len)
 
int nvbios_therm_sensor_parse (struct nouveau_bios *bios, enum nvbios_therm_domain domain, struct nvbios_therm_sensor *sensor)
 
int nvbios_therm_fan_parse (struct nouveau_bios *bios, struct nvbios_therm_fan *fan)
 

Function Documentation

u16 nvbios_therm_entry ( struct nouveau_bios bios,
int  idx,
u8 ver,
u8 len 
)

Definition at line 59 of file therm.c.

int nvbios_therm_fan_parse ( struct nouveau_bios bios,
struct nvbios_therm_fan fan 
)

Definition at line 155 of file therm.c.

int nvbios_therm_sensor_parse ( struct nouveau_bios bios,
enum nvbios_therm_domain  domain,
struct nvbios_therm_sensor sensor 
)

Definition at line 69 of file therm.c.