Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
adm9240.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/hwmon-sysfs.h>
#include <linux/hwmon.h>
#include <linux/hwmon-vid.h>
#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/jiffies.h>

Go to the source code of this file.

Data Structures

struct  adm9240_data
 

Macros

#define ADM9240_REG_MAN_ID   0x3e
 
#define ADM9240_REG_DIE_REV   0x3f
 
#define ADM9240_REG_CONFIG   0x40
 
#define ADM9240_REG_IN(nr)   (0x20 + (nr)) /* 0..5 */
 
#define ADM9240_REG_IN_MAX(nr)   (0x2b + (nr) * 2)
 
#define ADM9240_REG_IN_MIN(nr)   (0x2c + (nr) * 2)
 
#define ADM9240_REG_FAN(nr)   (0x28 + (nr)) /* 0..1 */
 
#define ADM9240_REG_FAN_MIN(nr)   (0x3b + (nr))
 
#define ADM9240_REG_INT(nr)   (0x41 + (nr))
 
#define ADM9240_REG_INT_MASK(nr)   (0x43 + (nr))
 
#define ADM9240_REG_TEMP   0x27
 
#define ADM9240_REG_TEMP_MAX(nr)   (0x39 + (nr)) /* 0, 1 = high, hyst */
 
#define ADM9240_REG_ANALOG_OUT   0x19
 
#define ADM9240_REG_CHASSIS_CLEAR   0x46
 
#define ADM9240_REG_VID_FAN_DIV   0x47
 
#define ADM9240_REG_I2C_ADDR   0x48
 
#define ADM9240_REG_VID4   0x49
 
#define ADM9240_REG_TEMP_CONF   0x4b
 
#define vin(nr)
 
#define fan(nr)
 

Enumerations

enum  chips {
  ad7416, ad7417, ad7418, adm1021,
  adm1023, max1617, max1617a, thmc10,
  lm84, gl523sm, mc1066, adm1025,
  ne1619, adm1030, adm1031, adm9240,
  ds1780, lm81, adt7473, adt7475,
  adt7476, adt7490, amc6821, dme1737,
  sch5027, sch311x, sch5127, f71808e,
  f71808a, f71858fg, f71862fg, f71869,
  f71869a, f71882fg, f71889fg, f71889ed,
  f71889a, f8000, f81865f, f75373,
  f75375, f75387, fscpos, fscher,
  fscscy, fschrc, fschmd, fschds,
  fscsyl, gl518sm_r00, gl518sm_r80, it87,
  it8712, it8716, it8718, it8720,
  it8721, it8728, it8782, it8783,
  lm63, lm64, lm96163, lm78,
  lm79, lm83, lm82, any_chip,
  lm85b, lm85c, adm1027, adt7463,
  adt7468, emc6d100, emc6d102, emc6d103,
  emc6d103s, lm87, adm1024, lm90,
  adm1032, lm99, lm86, max6657,
  max6659, adt7461, max6680, max6646,
  w83l771, max6696, sa56004, g781,
  max1110, max1111, max1112, max1113,
  max16065, max16066, max16067, max16068,
  max16070, max16071, max1668, max1805,
  max1989, mcp3021, mcp3221, adm1075,
  adm1275, adm1276, lm25066, lm5064,
  lm5066, ltc2978, ltc3880, max34440,
  max34441, max34446, ucd9000, ucd90120,
  ucd90124, ucd9090, ucd90910, ucd9200,
  ucd9220, ucd9222, ucd9224, ucd9240,
  ucd9244, ucd9246, ucd9248, zl2004,
  zl2005, zl2006, zl2008, zl2105,
  zl2106, zl6100, zl6105, zl9101,
  zl9117, smm465, smm665, smm665c,
  smm764, smm766, smsc47m1, smsc47m2,
  thmc50, adm1022, tmp401, tmp411,
  tmp421, tmp422, tmp423, w83627hf,
  w83627thf, w83697hf, w83637hf, w83687thf,
  w83781d, w83782d, w83783s, as99127f,
  DC21040 = 0, DC21041 = 1, DC21140 = 2, DC21142 = 3,
  DC21143 = 3, LC82C168, MX98713, MX98715,
  MX98725, AX88140, PNIC2, COMET,
  COMPEX9881, I21145, DM910X, CONEXANT,
  TPS62360, TPS62361, TPS62362, TPS62363,
  sc18is602, sc18is602b, sc18is603, f71808fg,
  f71858fg, f71862fg, f71869, f71882fg,
  f71889fg
}
 

Functions

 MODULE_DEVICE_TABLE (i2c, adm9240_id)
 
 vin (0)
 
 vin (1)
 
 vin (2)
 
 vin (3)
 
 vin (4)
 
 vin (5)
 
 fan (1)
 
 fan (2)
 
 module_i2c_driver (adm9240_driver)
 
 MODULE_AUTHOR ("Michiel Rook <[email protected]>, ""Grant Coady <[email protected]> and others")
 
 MODULE_DESCRIPTION ("ADM9240/DS1780/LM81 driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define ADM9240_REG_ANALOG_OUT   0x19

Definition at line 75 of file adm9240.c.

#define ADM9240_REG_CHASSIS_CLEAR   0x46

Definition at line 76 of file adm9240.c.

#define ADM9240_REG_CONFIG   0x40

Definition at line 64 of file adm9240.c.

#define ADM9240_REG_DIE_REV   0x3f

Definition at line 63 of file adm9240.c.

#define ADM9240_REG_FAN (   nr)    (0x28 + (nr)) /* 0..1 */

Definition at line 69 of file adm9240.c.

#define ADM9240_REG_FAN_MIN (   nr)    (0x3b + (nr))

Definition at line 70 of file adm9240.c.

#define ADM9240_REG_I2C_ADDR   0x48

Definition at line 78 of file adm9240.c.

#define ADM9240_REG_IN (   nr)    (0x20 + (nr)) /* 0..5 */

Definition at line 66 of file adm9240.c.

#define ADM9240_REG_IN_MAX (   nr)    (0x2b + (nr) * 2)

Definition at line 67 of file adm9240.c.

#define ADM9240_REG_IN_MIN (   nr)    (0x2c + (nr) * 2)

Definition at line 68 of file adm9240.c.

#define ADM9240_REG_INT (   nr)    (0x41 + (nr))

Definition at line 71 of file adm9240.c.

#define ADM9240_REG_INT_MASK (   nr)    (0x43 + (nr))

Definition at line 72 of file adm9240.c.

#define ADM9240_REG_MAN_ID   0x3e

Definition at line 62 of file adm9240.c.

#define ADM9240_REG_TEMP   0x27

Definition at line 73 of file adm9240.c.

#define ADM9240_REG_TEMP_CONF   0x4b

Definition at line 80 of file adm9240.c.

#define ADM9240_REG_TEMP_MAX (   nr)    (0x39 + (nr)) /* 0, 1 = high, hyst */

Definition at line 74 of file adm9240.c.

#define ADM9240_REG_VID4   0x49

Definition at line 79 of file adm9240.c.

#define ADM9240_REG_VID_FAN_DIV   0x47

Definition at line 77 of file adm9240.c.

#define fan (   nr)
Value:
static SENSOR_DEVICE_ATTR(fan##nr##_input, S_IRUGO, \
show_fan, NULL, nr - 1); \
static SENSOR_DEVICE_ATTR(fan##nr##_div, S_IRUGO, \
show_fan_div, NULL, nr - 1); \
show_fan_min, set_fan_min, nr - 1);

Definition at line 429 of file adm9240.c.

#define vin (   nr)
Value:
static SENSOR_DEVICE_ATTR(in##nr##_input, S_IRUGO, \
show_in, NULL, nr); \
static SENSOR_DEVICE_ATTR(in##nr##_min, S_IRUGO | S_IWUSR, \
show_in_min, set_in_min, nr); \
static SENSOR_DEVICE_ATTR(in##nr##_max, S_IRUGO | S_IWUSR, \
show_in_max, set_in_max, nr);

Definition at line 301 of file adm9240.c.

Enumeration Type Documentation

enum chips
Enumerator:
ad7416 
ad7417 
ad7418 
adm1021 
adm1023 
max1617 
max1617a 
thmc10 
lm84 
gl523sm 
mc1066 
adm1025 
ne1619 
adm1030 
adm1031 
adm9240 
ds1780 
lm81 
adt7473 
adt7475 
adt7476 
adt7490 
amc6821 
dme1737 
sch5027 
sch311x 
sch5127 
f71808e 
f71808a 
f71858fg 
f71862fg 
f71869 
f71869a 
f71882fg 
f71889fg 
f71889ed 
f71889a 
f8000 
f81865f 
f75373 
f75375 
f75387 
fscpos 
fscher 
fscscy 
fschrc 
fschmd 
fschds 
fscsyl 
gl518sm_r00 
gl518sm_r80 
it87 
it8712 
it8716 
it8718 
it8720 
it8721 
it8728 
it8782 
it8783 
lm63 
lm64 
lm96163 
lm78 
lm79 
lm83 
lm82 
any_chip 
lm85b 
lm85c 
adm1027 
adt7463 
adt7468 
emc6d100 
emc6d102 
emc6d103 
emc6d103s 
lm87 
adm1024 
lm90 
adm1032 
lm99 
lm86 
max6657 
max6659 
adt7461 
max6680 
max6646 
w83l771 
max6696 
sa56004 
g781 
max1110 
max1111 
max1112 
max1113 
max16065 
max16066 
max16067 
max16068 
max16070 
max16071 
max1668 
max1805 
max1989 
mcp3021 
mcp3221 
adm1075 
adm1275 
adm1276 
lm25066 
lm5064 
lm5066 
ltc2978 
ltc3880 
max34440 
max34441 
max34446 
ucd9000 
ucd90120 
ucd90124 
ucd9090 
ucd90910 
ucd9200 
ucd9220 
ucd9222 
ucd9224 
ucd9240 
ucd9244 
ucd9246 
ucd9248 
zl2004 
zl2005 
zl2006 
zl2008 
zl2105 
zl2106 
zl6100 
zl6105 
zl9101 
zl9117 
smm465 
smm665 
smm665c 
smm764 
smm766 
smsc47m1 
smsc47m2 
thmc50 
adm1022 
tmp401 
tmp411 
tmp421 
tmp422 
tmp423 
w83627hf 
w83627thf 
w83697hf 
w83637hf 
w83687thf 
w83781d 
w83782d 
w83783s 
as99127f 
DC21040 
DC21041 
DC21140 
DC21142 
DC21143 
LC82C168 
MX98713 
MX98715 
MX98725 
AX88140 
PNIC2 
COMET 
COMPEX9881 
I21145 
DM910X 
CONEXANT 
TPS62360 
TPS62361 
TPS62362 
TPS62363 
sc18is602 
sc18is602b 
sc18is603 
f71808fg 
f71858fg 
f71862fg 
f71869 
f71882fg 
f71889fg 

Definition at line 59 of file adm9240.c.

Function Documentation

fan ( )
fan ( )
MODULE_AUTHOR ( "Michiel Rook <[email protected] ,
""Grant Coady< gcoady.lk @gmail.com > and others"   
)
MODULE_DESCRIPTION ( "ADM9240/DS1780/LM81 driver )
MODULE_DEVICE_TABLE ( i2c  ,
adm9240_id   
)
module_i2c_driver ( adm9240_driver  )
MODULE_LICENSE ( "GPL"  )
vin ( )
vin ( )
vin ( )
vin ( )
vin ( )
vin ( )