Searched refs:bbc_i2c_client (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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 | 88 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) in bbc_i2c_attach() 90 struct bbc_i2c_client *client; in bbc_i2c_attach() 113 void bbc_i2c_detach(struct bbc_i2c_client *client) in bbc_i2c_detach() 149 int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off) in bbc_i2c_writeb() 180 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb() 229 int bbc_i2c_write_buf(struct bbc_i2c_client *client, in bbc_i2c_write_buf() 245 int bbc_i2c_read_buf(struct bbc_i2c_client *client, in bbc_i2c_read_buf()
|