#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.
|
enum | lm75_type {
adt75,
ds1775,
ds75,
lm75,
lm75a,
max6625,
max6626,
mcp980x,
stds75,
tcn75,
tmp100,
tmp101,
tmp105,
tmp175,
tmp275,
tmp75
} |
|
#define LM75_DEV_PM_OPS NULL |
#define LM75_REG_CONF 0x01 |
- 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.
MODULE_DESCRIPTION |
( |
"LM75 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
lm75_ids |
|
|
) |
| |
module_i2c_driver |
( |
lm75_driver |
| ) |
|