Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/device.h>
#include <linux/types.h>
#include <linux/delay.h>
#include <linux/crc16.h>
#include "../w1.h"
#include "../w1_int.h"
#include "../w1_family.h"
Go to the source code of this file.
Macros | |
#define | CRC16_VALID 0xb001 |
#define | CRC16_INIT 0 |
#define | COUNTER_COUNT 4 |
#define | READ_BYTE_COUNT 42 |
Functions | |
module_init (w1_f1d_init) | |
module_exit (w1_f1d_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Mika Laitio <[email protected]>") | |
MODULE_DESCRIPTION ("w1 family 1d driver for DS2423, 4 counters and 4kb ram") | |
#define COUNTER_COUNT 4 |
Definition at line 40 of file w1_ds2423.c.
#define CRC16_INIT 0 |
Definition at line 38 of file w1_ds2423.c.
#define CRC16_VALID 0xb001 |
Definition at line 37 of file w1_ds2423.c.
#define READ_BYTE_COUNT 42 |
Definition at line 41 of file w1_ds2423.c.
MODULE_AUTHOR | ( | "Mika Laitio <[email protected]>" | ) |
module_exit | ( | w1_f1d_exit | ) |
module_init | ( | w1_f1d_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |