Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | I2C_STOP (1 << 0) |
#define | I2C_READ (1 << 1) |
Functions | |
int | mantis_i2c_init (struct mantis_pci *mantis) |
int | mantis_i2c_exit (struct mantis_pci *mantis) |
#define I2C_READ (1 << 1) |
Definition at line 25 of file mantis_i2c.h.
#define I2C_STOP (1 << 0) |
Definition at line 24 of file mantis_i2c.h.
int mantis_i2c_exit | ( | struct mantis_pci * | mantis | ) |
Definition at line 255 of file mantis_i2c.c.
int mantis_i2c_init | ( | struct mantis_pci * | mantis | ) |
Definition at line 220 of file mantis_i2c.c.