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

Go to the source code of this file.

Data Structures

struct  nouveau_therm_priv
 

Functions

int nouveau_therm_init (struct nouveau_object *object)
 
int nouveau_therm_fini (struct nouveau_object *object, bool suspend)
 
int nouveau_therm_attr_get (struct nouveau_therm *therm, enum nouveau_therm_attr_type type)
 
int nouveau_therm_attr_set (struct nouveau_therm *therm, enum nouveau_therm_attr_type type, int value)
 
void nouveau_therm_ic_ctor (struct nouveau_therm *therm)
 
int nouveau_therm_sensor_ctor (struct nouveau_therm *therm)
 
int nouveau_therm_fan_ctor (struct nouveau_therm *therm)
 
int nouveau_therm_fan_get (struct nouveau_therm *therm)
 
int nouveau_therm_fan_set (struct nouveau_therm *therm, int percent)
 
int nouveau_therm_fan_user_get (struct nouveau_therm *therm)
 
int nouveau_therm_fan_user_set (struct nouveau_therm *therm, int percent)
 
int nouveau_therm_fan_set_mode (struct nouveau_therm *therm, enum nouveau_therm_fan_mode mode)
 
int nouveau_therm_fan_sense (struct nouveau_therm *therm)
 

Function Documentation

int nouveau_therm_attr_get ( struct nouveau_therm therm,
enum nouveau_therm_attr_type  type 
)

Definition at line 33 of file base.c.

int nouveau_therm_attr_set ( struct nouveau_therm therm,
enum nouveau_therm_attr_type  type,
int  value 
)

Definition at line 67 of file base.c.

int nouveau_therm_fan_ctor ( struct nouveau_therm therm)

Definition at line 220 of file fan.c.

int nouveau_therm_fan_get ( struct nouveau_therm therm)

Definition at line 34 of file fan.c.

int nouveau_therm_fan_sense ( struct nouveau_therm therm)

Definition at line 105 of file fan.c.

int nouveau_therm_fan_set ( struct nouveau_therm therm,
int  percent 
)

Definition at line 63 of file fan.c.

int nouveau_therm_fan_set_mode ( struct nouveau_therm therm,
enum nouveau_therm_fan_mode  mode 
)

Definition at line 145 of file fan.c.

int nouveau_therm_fan_user_get ( struct nouveau_therm therm)

Definition at line 173 of file fan.c.

int nouveau_therm_fan_user_set ( struct nouveau_therm therm,
int  percent 
)

Definition at line 179 of file fan.c.

int nouveau_therm_fini ( struct nouveau_object object,
bool  suspend 
)

Definition at line 136 of file base.c.

void nouveau_therm_ic_ctor ( struct nouveau_therm therm)

Definition at line 57 of file ic.c.

int nouveau_therm_init ( struct nouveau_object object)

Definition at line 119 of file base.c.

int nouveau_therm_sensor_ctor ( struct nouveau_therm therm)

Definition at line 69 of file temp.c.