Linux Kernel
3.7.1
|
#include "flexcop.h"
Go to the source code of this file.
Macros | |
#define | FC_MAX_I2C_RETRIES 100000 |
Functions | |
int | flexcop_i2c_request (struct flexcop_i2c_adapter *i2c, flexcop_access_op_t op, u8 chipaddr, u8 addr, u8 *buf, u16 len) |
EXPORT_SYMBOL (flexcop_i2c_request) | |
int | flexcop_i2c_init (struct flexcop_device *fc) |
void | flexcop_i2c_exit (struct flexcop_device *fc) |
#define FC_MAX_I2C_RETRIES 100000 |
Definition at line 8 of file flexcop-i2c.c.
EXPORT_SYMBOL | ( | flexcop_i2c_request | ) |
void flexcop_i2c_exit | ( | struct flexcop_device * | fc | ) |
Definition at line 280 of file flexcop-i2c.c.
int flexcop_i2c_init | ( | struct flexcop_device * | fc | ) |
Definition at line 225 of file flexcop-i2c.c.
int flexcop_i2c_request | ( | struct flexcop_i2c_adapter * | i2c, |
flexcop_access_op_t | op, | ||
u8 | chipaddr, | ||
u8 | addr, | ||
u8 * | buf, | ||
u16 | len | ||
) |
Definition at line 106 of file flexcop-i2c.c.