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

Go to the source code of this file.

Functions

int nv40_fan_pwm_get (struct nouveau_therm *therm, int line, u32 *divs, u32 *duty)
 
int nv40_fan_pwm_set (struct nouveau_therm *therm, int line, u32 divs, u32 duty)
 

Variables

struct nouveau_oclass nv40_therm_oclass
 

Function Documentation

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

Definition at line 79 of file nv40.c.

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

Definition at line 105 of file nv40.c.

Variable Documentation

struct nouveau_oclass nv40_therm_oclass
Initial value:
= {
.handle = NV_SUBDEV(THERM, 0x40),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv40_therm_ctor,
},
}

Definition at line 155 of file nv40.c.