Searched refs:bbc_i2c_client (Results 1 – 2 of 2) sorted by relevance
/drivers/sbus/char/ |
D | bbc_i2c.h | 8 struct bbc_i2c_client { struct 21 struct bbc_i2c_client *client; argument 43 struct bbc_i2c_client *client; 76 extern struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct of_device *); 77 extern void bbc_i2c_detach(struct bbc_i2c_client *); 80 extern int bbc_i2c_writeb(struct bbc_i2c_client *, unsigned char val, int off); 81 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off); 82 extern int bbc_i2c_write_buf(struct bbc_i2c_client *, char *buf, int len, int off); 83 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 of_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() 250 int bbc_i2c_read_buf(struct bbc_i2c_client *client, in bbc_i2c_read_buf()
|