Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
therm.h File Reference

Go to the source code of this file.

Data Structures

struct  therm
 

Macros

#define CMD_SET_THERMOSTATE   0x53
 
#define CMD_GET_THERMOSTATE   0x54
 
#define CMD_GET_STATUS   0x56
 
#define CMD_GET_TEMPERATURE   0x57
 
#define CMD_SET_THERMOSTATE2   0x58
 
#define CMD_GET_THERMOSTATE2   0x59
 
#define CMD_GET_TEMPERATURE2   0x5a
 
#define CMD_GET_FAN   0x5b
 
#define CMD_SET_FAN   0x5c
 
#define FAN_OFF   0
 
#define FAN_ON   1
 
#define FAN_ALWAYS_ON   2
 

Macro Definition Documentation

#define CMD_GET_FAN   0x5b

Definition at line 16 of file therm.h.

#define CMD_GET_STATUS   0x56

Definition at line 11 of file therm.h.

#define CMD_GET_TEMPERATURE   0x57

Definition at line 12 of file therm.h.

#define CMD_GET_TEMPERATURE2   0x5a

Definition at line 15 of file therm.h.

#define CMD_GET_THERMOSTATE   0x54

Definition at line 10 of file therm.h.

#define CMD_GET_THERMOSTATE2   0x59

Definition at line 14 of file therm.h.

#define CMD_SET_FAN   0x5c

Definition at line 17 of file therm.h.

#define CMD_SET_THERMOSTATE   0x53

Definition at line 9 of file therm.h.

#define CMD_SET_THERMOSTATE2   0x58

Definition at line 13 of file therm.h.

#define FAN_ALWAYS_ON   2

Definition at line 21 of file therm.h.

#define FAN_OFF   0

Definition at line 19 of file therm.h.

#define FAN_ON   1

Definition at line 20 of file therm.h.