Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
nv50.c File Reference
#include "priv.h"

Go to the source code of this file.

Functions

int nv50_fan_pwm_get (struct nouveau_therm *therm, int line, u32 *divs, u32 *duty)
 
int nv50_fan_pwm_set (struct nouveau_therm *therm, int line, u32 divs, u32 duty)
 
int nv50_fan_pwm_clock (struct nouveau_therm *therm)
 
int nv50_temp_get (struct nouveau_therm *therm)
 

Variables

struct nouveau_oclass nv50_therm_oclass
 

Function Documentation

int nv50_fan_pwm_clock ( struct nouveau_therm therm)

Definition at line 83 of file nv50.c.

int nv50_fan_pwm_get ( struct nouveau_therm therm,
int  line,
u32 divs,
u32 duty 
)

Definition at line 54 of file nv50.c.

int nv50_fan_pwm_set ( struct nouveau_therm therm,
int  line,
u32  divs,
u32  duty 
)

Definition at line 70 of file nv50.c.

int nv50_temp_get ( struct nouveau_therm therm)

Definition at line 109 of file nv50.c.

Variable Documentation

struct nouveau_oclass nv50_therm_oclass
Initial value:
= {
.handle = NV_SUBDEV(THERM, 0x50),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv50_therm_ctor,
},
}

Definition at line 149 of file nv50.c.