Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
thermostat Struct Reference

Public Types

enum  { ADT7460, ADT7467 }
 

Data Fields

struct i2c_clientclt
 
u8 temps [3]
 
u8 cached_temp [3]
 
u8 initial_limits [3]
 
u8 limits [3]
 
int last_speed [2]
 
int last_var [2]
 
int pwm_inv [2]
 
struct task_structthread
 
struct platform_devicepdev
 
enum thermostat:: { ... }  type
 

Detailed Description

Definition at line 73 of file therm_adt746x.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
ADT7460 
ADT7467 

Definition at line 84 of file therm_adt746x.c.

Field Documentation

u8 cached_temp[3]

Definition at line 76 of file therm_adt746x.c.

Definition at line 74 of file therm_adt746x.c.

u8 initial_limits[3]

Definition at line 77 of file therm_adt746x.c.

int last_speed[2]

Definition at line 79 of file therm_adt746x.c.

int last_var[2]

Definition at line 80 of file therm_adt746x.c.

u8 limits[3]

Definition at line 78 of file therm_adt746x.c.

Definition at line 83 of file therm_adt746x.c.

int pwm_inv[2]

Definition at line 81 of file therm_adt746x.c.

u8 temps[3]

Definition at line 75 of file therm_adt746x.c.

Definition at line 82 of file therm_adt746x.c.

enum { ... } type

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