bbc_i2c_client
void bbc_i2c_detach(struct bbc_i2c_client *client)
int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off)
int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off)
int bbc_i2c_write_buf(struct bbc_i2c_client *client,
int bbc_i2c_read_buf(struct bbc_i2c_client *client,
struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op)
struct bbc_i2c_client *client;
struct bbc_i2c_client *client;
struct bbc_i2c_client *client;
extern struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *);
extern void bbc_i2c_detach(struct bbc_i2c_client *);
extern int bbc_i2c_writeb(struct bbc_i2c_client *, unsigned char val, int off);
extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off);
extern int bbc_i2c_write_buf(struct bbc_i2c_client *, char *buf, int len, int off);
extern int bbc_i2c_read_buf(struct bbc_i2c_client *, char *buf, int len, int off);