|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/device.h>#include <linux/types.h>#include <linux/platform_device.h>#include <linux/mutex.h>#include <linux/idr.h>#include "../w1.h"#include "../w1_int.h"#include "../w1_family.h"#include "w1_ds2780.h"Go to the source code of this file.
Functions | |
| int | w1_ds2780_io (struct device *dev, char *buf, int addr, size_t count, int io) |
| EXPORT_SYMBOL (w1_ds2780_io) | |
| int | w1_ds2780_eeprom_cmd (struct device *dev, int addr, int cmd) |
| EXPORT_SYMBOL (w1_ds2780_eeprom_cmd) | |
| module_init (w1_ds2780_init) | |
| module_exit (w1_ds2780_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Clifton Barnes <[email protected]>") | |
| MODULE_DESCRIPTION ("1-wire Driver for Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC") | |
| EXPORT_SYMBOL | ( | w1_ds2780_io | ) |
| EXPORT_SYMBOL | ( | w1_ds2780_eeprom_cmd | ) |
| MODULE_AUTHOR | ( | "Clifton Barnes <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "1-wire Driver for Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC" | ) |
| module_exit | ( | w1_ds2780_exit | ) |
| module_init | ( | w1_ds2780_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 73 of file w1_ds2780.c.
1.8.2