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

Go to the source code of this file.

Data Structures

struct  lm75_data
 

Macros

#define LM75_REG_CONF   0x01
 
#define LM75A_ID   0xA1
 
#define LM75_DEV_PM_OPS   NULL
 

Enumerations

enum  lm75_type {
  adt75, ds1775, ds75, lm75,
  lm75a, max6625, max6626, mcp980x,
  stds75, tcn75, tmp100, tmp101,
  tmp105, tmp175, tmp275, tmp75
}
 

Functions

 MODULE_DEVICE_TABLE (i2c, lm75_ids)
 
 module_i2c_driver (lm75_driver)
 
 MODULE_AUTHOR ("Frodo Looijaard <[email protected]>")
 
 MODULE_DESCRIPTION ("LM75 driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define LM75_DEV_PM_OPS   NULL

Definition at line 361 of file lm75.c.

#define LM75_REG_CONF   0x01

Definition at line 62 of file lm75.c.

#define LM75A_ID   0xA1

Definition at line 238 of file lm75.c.

Enumeration Type Documentation

enum lm75_type
Enumerator:
adt75 
ds1775 
ds75 
lm75 
lm75a 
max6625 
max6626 
mcp980x 
stds75 
tcn75 
tmp100 
tmp101 
tmp105 
tmp175 
tmp275 
tmp75 

Definition at line 37 of file lm75.c.

Function Documentation

MODULE_AUTHOR ( "Frodo Looijaard <[email protected]>"  )
MODULE_DESCRIPTION ( "LM75 driver )
MODULE_DEVICE_TABLE ( i2c  ,
lm75_ids   
)
module_i2c_driver ( lm75_driver  )
MODULE_LICENSE ( "GPL"  )