Searched refs:bbc_i2c_client (Results 1 – 2 of 2) sorted by relevance
/drivers/sbus/char/ |
D | bbc_i2c.h | 9 struct bbc_i2c_client { struct 22 struct bbc_i2c_client *client; argument 44 struct bbc_i2c_client *client; 77 extern struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *); 78 extern void bbc_i2c_detach(struct bbc_i2c_client *); 81 extern int bbc_i2c_writeb(struct bbc_i2c_client *, unsigned char val, int off); 82 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off); 83 extern int bbc_i2c_write_buf(struct bbc_i2c_client *, char *buf, int len, int off); 84 extern int bbc_i2c_read_buf(struct bbc_i2c_client *, char *buf, int len, int off);
|
D | bbc_i2c.c | 89 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) in bbc_i2c_attach() 91 struct bbc_i2c_client *client; in bbc_i2c_attach() 114 void bbc_i2c_detach(struct bbc_i2c_client *client) in bbc_i2c_detach() 150 int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off) in bbc_i2c_writeb() 181 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb() 230 int bbc_i2c_write_buf(struct bbc_i2c_client *client, in bbc_i2c_write_buf() 246 int bbc_i2c_read_buf(struct bbc_i2c_client *client, in bbc_i2c_read_buf()
|