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_ds2781.h"
Go to the source code of this file.
Functions | |
int | w1_ds2781_io (struct device *dev, char *buf, int addr, size_t count, int io) |
EXPORT_SYMBOL (w1_ds2781_io) | |
int | w1_ds2781_eeprom_cmd (struct device *dev, int addr, int cmd) |
EXPORT_SYMBOL (w1_ds2781_eeprom_cmd) | |
module_init (w1_ds2781_init) | |
module_exit (w1_ds2781_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Renata Sayakhova <[email protected]>") | |
MODULE_DESCRIPTION ("1-wire Driver for Maxim/Dallas DS2781 Stand-Alone Fuel Gauge IC") | |
EXPORT_SYMBOL | ( | w1_ds2781_io | ) |
EXPORT_SYMBOL | ( | w1_ds2781_eeprom_cmd | ) |
MODULE_AUTHOR | ( | "Renata Sayakhova <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "1-wire Driver for Maxim/Dallas DS2781 Stand-Alone Fuel Gauge IC" | ) |
module_exit | ( | w1_ds2781_exit | ) |
module_init | ( | w1_ds2781_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 71 of file w1_ds2781.c.