Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fan.c File Reference
#include "priv.h"
#include <core/object.h>
#include <core/device.h>
#include <subdev/gpio.h>
#include <subdev/timer.h>

Go to the source code of this file.

Functions

int nouveau_therm_fan_get (struct nouveau_therm *therm)
 
int nouveau_therm_fan_set (struct nouveau_therm *therm, int percent)
 
int nouveau_therm_fan_sense (struct nouveau_therm *therm)
 
int nouveau_therm_fan_set_mode (struct nouveau_therm *therm, enum nouveau_therm_fan_mode mode)
 
int nouveau_therm_fan_user_get (struct nouveau_therm *therm)
 
int nouveau_therm_fan_user_set (struct nouveau_therm *therm, int percent)
 
void nouveau_therm_fan_set_defaults (struct nouveau_therm *therm)
 
int nouveau_fan_pwm_clock_dummy (struct nouveau_therm *therm)
 
int nouveau_therm_fan_ctor (struct nouveau_therm *therm)
 

Function Documentation

int nouveau_fan_pwm_clock_dummy ( struct nouveau_therm therm)

Definition at line 214 of file fan.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.

void nouveau_therm_fan_set_defaults ( struct nouveau_therm therm)

Definition at line 190 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.