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

Go to the source code of this file.

Functions

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)
 
int nouveau_therm_init (struct nouveau_object *object)
 
int nouveau_therm_fini (struct nouveau_object *object, bool suspend)
 

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_fini ( struct nouveau_object object,
bool  suspend 
)

Definition at line 136 of file base.c.

int nouveau_therm_init ( struct nouveau_object object)

Definition at line 119 of file base.c.