Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nouveau_therm_priv Struct Reference

#include <priv.h>

Data Fields

struct nouveau_therm base
 
struct nvbios_therm_sensor bios_sensor
 
struct nvbios_therm_fan bios_fan
 
struct nvbios_perf_fan bios_perf_fan
 
struct {
   enum nouveau_therm_fan_mode   mode
 
   int   percent
 
   int(*   pwm_get )(struct nouveau_therm *, int
      line, u32 *, u32 *)
 
   int(*   pwm_set )(struct nouveau_therm *, int
      line, u32, u32)
 
   int(*   pwm_clock )(struct nouveau_therm *)
 
fan
 
struct i2c_clientic
 

Detailed Description

Definition at line 31 of file priv.h.

Field Documentation

Definition at line 32 of file priv.h.

Definition at line 36 of file priv.h.

struct nvbios_perf_fan bios_perf_fan

Definition at line 37 of file priv.h.

Definition at line 35 of file priv.h.

struct { ... } fan

Definition at line 50 of file priv.h.

Definition at line 41 of file priv.h.

int percent

Definition at line 42 of file priv.h.

int(* pwm_clock)(struct nouveau_therm *)

Definition at line 46 of file priv.h.

int(* pwm_get)(struct nouveau_therm *, int line, u32 *, u32 *)

Definition at line 44 of file priv.h.

int(* pwm_set)(struct nouveau_therm *, int line, u32, u32)

Definition at line 45 of file priv.h.


The documentation for this struct was generated from the following file: